Html Css Color HEX #BB6FFF Heliotrope

📋 copy color: '#BB6FFF'

red 187 ◦ green 111 ◦ blue 255

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

Shades of Heliotrope #BB6FFF

Tints of Heliotrope #BB6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.07%

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

R = 33.82%
G = 20.07%
B = 46.11%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB6FFF (or 0xBB6FFF) is known color: Heliotrope. HEX triplet: BB, 6F and FF. RGB value is (187,111,255). Sum of RGB (Red+Green+Blue) = 187+111+255=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FFF is #449000. Grayscale: #959595. Windows color (decimal): -4493313 or 16740283. OLE color: 16740283.

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

Color convert

RGB 187 111 255 -
CMYK 0.27 0.56 0 0
HSL 271.67º 1% 0.72% -
HSV(B) 271.67º 0.56% 1% -
XYZ 44.23 29.15 97.9 -
YUV 150.14 187.18 154.29 -
System Red Green Blue C M Y K H S L
Decimal 187 111 255 0.27 0.56 0 0 271.67 1 0.72
Hex BB 6F FF 1B 38 0 0 110 64 48
Octal 273 157 377 33 70 0 0 420 144 110
Binary 10111011 1101111 11111111 11011 111000 0 0 100010000 1100100 1001000

Color Harmonies of #BB6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FFF

Black with #BB6FFF

Text Example


Text Example

White with #BB6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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