Html Css Color HEX #B97FFB Heliotrope

📋 copy color: '#B97FFB'

red 185 ◦ green 127 ◦ blue 251

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

Shades of Heliotrope #B97FFB

Tints of Heliotrope #B97FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 22.56%

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

R = 32.86%
G = 22.56%
B = 44.58%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B97FFB (or 0xB97FFB) is known color: Heliotrope. HEX triplet: B9, 7F and FB. RGB value is (185,127,251). Sum of RGB (Red+Green+Blue) = 185+127+251=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #B97FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97FFB is #468004. Grayscale: #9E9E9E. Windows color (decimal): -4620293 or 16482233. OLE color: 16482233.

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

Color convert

RGB 185 127 251 -
CMYK 0.26 0.49 0 0.02
HSL 268.06º 0.94% 0.74% -
HSV(B) 268.06º 0.49% 0.98% -
XYZ 45.01 32.46 95.16 -
YUV 158.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 185 127 251 0.26 0.49 0 0.02 268.06 0.94 0.74
Hex B9 7F FB 1A 31 0 2 10C 5E 4A
Octal 271 177 373 32 61 0 2 414 136 112
Binary 10111001 1111111 11111011 11010 110001 0 10 100001100 1011110 1001010

Color Harmonies of #B97FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97FFB

Black with #B97FFB

Text Example


Text Example

White with #B97FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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