Html Css Color HEX #BB6DFB Heliotrope

📋 copy color: '#BB6DFB'

red 187 ◦ green 109 ◦ blue 251

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

Shades of Heliotrope #BB6DFB

Tints of Heliotrope #BB6DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.93%

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

R = 34.19%
G = 19.93%
B = 45.89%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB6DFB (or 0xBB6DFB) is known color: Heliotrope. HEX triplet: BB, 6D and FB. RGB value is (187,109,251). Sum of RGB (Red+Green+Blue) = 187+109+251=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB6DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6DFB is #449204. Grayscale: #949494. Windows color (decimal): -4493829 or 16477627. OLE color: 16477627.

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

Color convert

RGB 187 109 251 -
CMYK 0.25 0.57 0 0.02
HSL 272.96º 0.95% 0.71% -
HSV(B) 272.96º 0.57% 0.98% -
XYZ 43.37 28.47 94.48 -
YUV 148.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 187 109 251 0.25 0.57 0 0.02 272.96 0.95 0.71
Hex BB 6D FB 19 39 0 2 111 5F 47
Octal 273 155 373 31 71 0 2 421 137 107
Binary 10111011 1101101 11111011 11001 111001 0 10 100010001 1011111 1000111

Color Harmonies of #BB6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DFB

Black with #BB6DFB

Text Example


Text Example

White with #BB6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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