Html Css Color HEX #B97BFE Heliotrope

📋 copy color: '#B97BFE'

red 185 ◦ green 123 ◦ blue 254

#B97BFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #B97BFE

Tints of Heliotrope #B97BFE

RGB

 RED value IS 185 (72.66% from 255) = 32.92%

 GREEN value IS 123 (48.44% from 255) = 21.89%

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 32.92%
G = 21.89%
B = 45.2%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B97BFE (or 0xB97BFE) is known color: Heliotrope. HEX triplet: B9, 7B and FE. RGB value is (185,123,254). Sum of RGB (Red+Green+Blue) = 185+123+254=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #B97BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97BFE is #468401. Grayscale: #9C9C9C. Windows color (decimal): -4621314 or 16677817. OLE color: 16677817.

HSL color Cylindrical-coordinate representation of color #B97BFE: hue angle of 268.4º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B97BFE is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 123 254 -
CMYK 0.27 0.52 0 0.00
HSL 268.4º 0.98% 0.74% -
HSV(B) 268.4º 0.52% 1% -
XYZ 44.98 31.64 97.5 -
YUV 156.47 183.04 148.35 -
System Red Green Blue C M Y K H S L
Decimal 185 123 254 0.27 0.52 0 0.00 268.4 0.98 0.74
Hex B9 7B FE 1B 34 0 0 10C 62 4A
Octal 271 173 376 33 64 0 0 414 142 112
Binary 10111001 1111011 11111110 11011 110100 0 0 100001100 1100010 1001010

Color Harmonies of #B97BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97BFE

Black with #B97BFE

Text Example


Text Example

White with #B97BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97BFE; }

 p { color: rgb(185,123,254); }

 H1.HeaderClassName
 {
   color: #B97BFE;
 }
 .AnyTagClassName
 {
   color: #B97BFE;
 }
</style>

background-color css

<style>
 a { background-color: #B97BFE; }

 a { background-color: rgb(185,123,254); }

 div.DivClassName
 {
   background-color: #B97BFE;
 }
 .BgClassName
 {
   background-color: #B97BFE;
 }
</style>

border-color css

<style>
 span { border-color: #B97BFE; }

 span { border-color: rgb(185,123,254); }

 td.TdClassName
 {
   border-color: #B97BFE;
 }
 .TagClassName
 {
   border-color: #B97BFE;
 }
</style>