Html Css Color HEX #BB7FFB Heliotrope

📋 copy color: '#BB7FFB'

red 187 ◦ green 127 ◦ blue 251

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

Shades of Heliotrope #BB7FFB

Tints of Heliotrope #BB7FFB

RGB

 RED value IS 187 (73.44% from 255) = 33.1%

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

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

R = 33.1%
G = 22.48%
B = 44.42%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB7FFB (or 0xBB7FFB) is known color: Heliotrope. HEX triplet: BB, 7F and FB. RGB value is (187,127,251). Sum of RGB (Red+Green+Blue) = 187+127+251=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FFB is #448004. Grayscale: #9E9E9E. Windows color (decimal): -4489221 or 16482235. OLE color: 16482235.

HSL color Cylindrical-coordinate representation of color #BB7FFB: hue angle of 269.03º 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 #BB7FFB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 127 251 -
CMYK 0.25 0.49 0 0.02
HSL 269.03º 0.94% 0.74% -
HSV(B) 269.03º 0.49% 0.98% -
XYZ 45.5 32.71 95.18 -
YUV 159.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 187 127 251 0.25 0.49 0 0.02 269.03 0.94 0.74
Hex BB 7F FB 19 31 0 2 10D 5E 4A
Octal 273 177 373 31 61 0 2 415 136 112
Binary 10111011 1111111 11111011 11001 110001 0 10 100001101 1011110 1001010

Color Harmonies of #BB7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FFB

Black with #BB7FFB

Text Example


Text Example

White with #BB7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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