Html Css Color HEX #BB6FFC Heliotrope

📋 copy color: '#BB6FFC'

red 187 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #BB6FFC

Tints of Heliotrope #BB6FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 34%
G = 20.18%
B = 45.82%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB6FFC (or 0xBB6FFC) is known color: Heliotrope. HEX triplet: BB, 6F and FC. RGB value is (187,111,252). Sum of RGB (Red+Green+Blue) = 187+111+252=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FFC is #449003. Grayscale: #959595. Windows color (decimal): -4493316 or 16543675. OLE color: 16543675.

HSL color Cylindrical-coordinate representation of color #BB6FFC: hue angle of 272.34º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6FFC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 111 252 -
CMYK 0.26 0.56 0 0.01
HSL 272.34º 0.96% 0.71% -
HSV(B) 272.34º 0.56% 0.99% -
XYZ 43.75 28.96 95.38 -
YUV 149.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 187 111 252 0.26 0.56 0 0.01 272.34 0.96 0.71
Hex BB 6F FC 1A 38 0 1 110 60 47
Octal 273 157 374 32 70 0 1 420 140 107
Binary 10111011 1101111 11111100 11010 111000 0 1 100010000 1100000 1000111

Color Harmonies of #BB6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FFC

Black with #BB6FFC

Text Example


Text Example

White with #BB6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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