Html Css Color HEX #BB7BFB Heliotrope

📋 copy color: '#BB7BFB'

red 187 ◦ green 123 ◦ blue 251

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

Shades of Heliotrope #BB7BFB

Tints of Heliotrope #BB7BFB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

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

R = 33.33%
G = 21.93%
B = 44.74%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB7BFB (or 0xBB7BFB) is known color: Heliotrope. HEX triplet: BB, 7B and FB. RGB value is (187,123,251). Sum of RGB (Red+Green+Blue) = 187+123+251=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB7BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BFB is #448404. Grayscale: #9C9C9C. Windows color (decimal): -4490245 or 16481211. OLE color: 16481211.

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

Color convert

RGB 187 123 251 -
CMYK 0.25 0.51 0 0.02
HSL 270º 0.94% 0.73% -
HSV(B) 270º 0.51% 0.98% -
XYZ 44.99 31.7 95.01 -
YUV 156.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 187 123 251 0.25 0.51 0 0.02 270 0.94 0.73
Hex BB 7B FB 19 33 0 2 10E 5E 49
Octal 273 173 373 31 63 0 2 416 136 111
Binary 10111011 1111011 11111011 11001 110011 0 10 100001110 1011110 1001001

Color Harmonies of #BB7BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BFB

Black with #BB7BFB

Text Example


Text Example

White with #BB7BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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