Html Css Color HEX #BB6CFF Heliotrope

📋 copy color: '#BB6CFF'

red 187 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #BB6CFF

Tints of Heliotrope #BB6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.64%

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

R = 34%
G = 19.64%
B = 46.36%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB6CFF (or 0xBB6CFF) is known color: Heliotrope. HEX triplet: BB, 6C and FF. RGB value is (187,108,255). Sum of RGB (Red+Green+Blue) = 187+108+255=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CFF is #449300. Grayscale: #939393. Windows color (decimal): -4494081 or 16739515. OLE color: 16739515.

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

Color convert

RGB 187 108 255 -
CMYK 0.27 0.58 0 0
HSL 272.24º 1% 0.71% -
HSV(B) 272.24º 0.58% 1% -
XYZ 43.91 28.51 97.8 -
YUV 148.38 188.17 155.55 -
System Red Green Blue C M Y K H S L
Decimal 187 108 255 0.27 0.58 0 0 272.24 1 0.71
Hex BB 6C FF 1B 3A 0 0 110 64 47
Octal 273 154 377 33 72 0 0 420 144 107
Binary 10111011 1101100 11111111 11011 111010 0 0 100010000 1100100 1000111

Color Harmonies of #BB6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CFF

Black with #BB6CFF

Text Example


Text Example

White with #BB6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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