Html Css Color HEX #BB6DFF Heliotrope

📋 copy color: '#BB6DFF'

red 187 ◦ green 109 ◦ blue 255

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

Shades of Heliotrope #BB6DFF

Tints of Heliotrope #BB6DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.28%

R = 33.94%
G = 19.78%
B = 46.28%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB6DFF (or 0xBB6DFF) is known color: Heliotrope. HEX triplet: BB, 6D and FF. RGB value is (187,109,255). Sum of RGB (Red+Green+Blue) = 187+109+255=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB6DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6DFF is #449200. Grayscale: #949494. Windows color (decimal): -4493825 or 16739771. OLE color: 16739771.

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

Color convert

RGB 187 109 255 -
CMYK 0.27 0.57 0 0
HSL 272.05º 1% 0.71% -
HSV(B) 272.05º 0.57% 1% -
XYZ 44.01 28.72 97.83 -
YUV 148.97 187.84 155.13 -
System Red Green Blue C M Y K H S L
Decimal 187 109 255 0.27 0.57 0 0 272.05 1 0.71
Hex BB 6D FF 1B 39 0 0 110 64 47
Octal 273 155 377 33 71 0 0 420 144 107
Binary 10111011 1101101 11111111 11011 111001 0 0 100010000 1100100 1000111

Color Harmonies of #BB6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DFF

Black with #BB6DFF

Text Example


Text Example

White with #BB6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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