Html Css Color HEX #B97DFF Heliotrope

📋 copy color: '#B97DFF'

red 185 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #B97DFF

Tints of Heliotrope #B97DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.12%

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

R = 32.74%
G = 22.12%
B = 45.13%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B97DFF (or 0xB97DFF) is known color: Heliotrope. HEX triplet: B9, 7D and FF. RGB value is (185,125,255). Sum of RGB (Red+Green+Blue) = 185+125+255=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #B97DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97DFF is #468200. Grayscale: #9D9D9D. Windows color (decimal): -4620801 or 16743865. OLE color: 16743865.

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

Color convert

RGB 185 125 255 -
CMYK 0.27 0.51 0 0
HSL 267.69º 1% 0.75% -
HSV(B) 267.69º 0.51% 1% -
XYZ 45.39 32.2 98.43 -
YUV 157.76 182.88 147.43 -
System Red Green Blue C M Y K H S L
Decimal 185 125 255 0.27 0.51 0 0 267.69 1 0.75
Hex B9 7D FF 1B 33 0 0 10C 64 4B
Octal 271 175 377 33 63 0 0 414 144 113
Binary 10111001 1111101 11111111 11011 110011 0 0 100001100 1100100 1001011

Color Harmonies of #B97DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97DFF

Black with #B97DFF

Text Example


Text Example

White with #B97DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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