Html Css Color HEX #BB6CFE Heliotrope

📋 copy color: '#BB6CFE'

red 187 ◦ green 108 ◦ blue 254

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

Shades of Heliotrope #BB6CFE

Tints of Heliotrope #BB6CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.27%

R = 34.06%
G = 19.67%
B = 46.27%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB6CFE (or 0xBB6CFE) is known color: Heliotrope. HEX triplet: BB, 6C and FE. RGB value is (187,108,254). Sum of RGB (Red+Green+Blue) = 187+108+254=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB6CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CFE is #449301. Grayscale: #939393. Windows color (decimal): -4494082 or 16673979. OLE color: 16673979.

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

Color convert

RGB 187 108 254 -
CMYK 0.26 0.57 0 0.00
HSL 272.47º 0.99% 0.71% -
HSV(B) 272.47º 0.57% 1% -
XYZ 43.75 28.45 96.95 -
YUV 148.27 187.67 155.63 -
System Red Green Blue C M Y K H S L
Decimal 187 108 254 0.26 0.57 0 0.00 272.47 0.99 0.71
Hex BB 6C FE 1A 39 0 0 110 63 47
Octal 273 154 376 32 71 0 0 420 143 107
Binary 10111011 1101100 11111110 11010 111001 0 0 100010000 1100011 1000111

Color Harmonies of #BB6CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CFE

Black with #BB6CFE

Text Example


Text Example

White with #BB6CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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