Html Css Color HEX #B97CFB Heliotrope

📋 copy color: '#B97CFB'

red 185 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #B97CFB

Tints of Heliotrope #B97CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.14%

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 33.04%
G = 22.14%
B = 44.82%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B97CFB (or 0xB97CFB) is known color: Heliotrope. HEX triplet: B9, 7C and FB. RGB value is (185,124,251). Sum of RGB (Red+Green+Blue) = 185+124+251=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #B97CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97CFB is #468304. Grayscale: #9C9C9C. Windows color (decimal): -4621061 or 16481465. OLE color: 16481465.

HSL color Cylindrical-coordinate representation of color #B97CFB: hue angle of 268.82º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B97CFB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 124 251 -
CMYK 0.26 0.51 0 0.02
HSL 268.82º 0.94% 0.74% -
HSV(B) 268.82º 0.51% 0.98% -
XYZ 44.63 31.69 95.03 -
YUV 156.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 185 124 251 0.26 0.51 0 0.02 268.82 0.94 0.74
Hex B9 7C FB 1A 33 0 2 10D 5E 4A
Octal 271 174 373 32 63 0 2 415 136 112
Binary 10111001 1111100 11111011 11010 110011 0 10 100001101 1011110 1001010

Color Harmonies of #B97CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CFB

Black with #B97CFB

Text Example


Text Example

White with #B97CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CFB; }

 p { color: rgb(185,124,251); }

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

background-color css

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

 a { background-color: rgb(185,124,251); }

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

border-color css

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

 span { border-color: rgb(185,124,251); }

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