Html Css Color HEX #B97AFF Heliotrope

📋 copy color: '#B97AFF'

red 185 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #B97AFF

Tints of Heliotrope #B97AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.71%

 BLUE value IS 255 (100% from 255) = 45.37%

R = 32.92%
G = 21.71%
B = 45.37%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B97AFF (or 0xB97AFF) is known color: Heliotrope. HEX triplet: B9, 7A and FF. RGB value is (185,122,255). Sum of RGB (Red+Green+Blue) = 185+122+255=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #B97AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97AFF is #468500. Grayscale: #9B9B9B. Windows color (decimal): -4621569 or 16743097. OLE color: 16743097.

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

Color convert

RGB 185 122 255 -
CMYK 0.27 0.52 0 0
HSL 268.42º 1% 0.74% -
HSV(B) 268.42º 0.52% 1% -
XYZ 45.02 31.45 98.31 -
YUV 156 183.87 148.69 -
System Red Green Blue C M Y K H S L
Decimal 185 122 255 0.27 0.52 0 0 268.42 1 0.74
Hex B9 7A FF 1B 34 0 0 10C 64 4A
Octal 271 172 377 33 64 0 0 414 144 112
Binary 10111001 1111010 11111111 11011 110100 0 0 100001100 1100100 1001010

Color Harmonies of #B97AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AFF

Black with #B97AFF

Text Example


Text Example

White with #B97AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AFF; }

 p { color: rgb(185,122,255); }

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

background-color css

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

 a { background-color: rgb(185,122,255); }

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

border-color css

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

 span { border-color: rgb(185,122,255); }

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