Html Css Color HEX #BB5BFE Heliotrope

📋 copy color: '#BB5BFE'

red 187 ◦ green 91 ◦ blue 254

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

Shades of Heliotrope #BB5BFE

Tints of Heliotrope #BB5BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.11%

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

R = 35.15%
G = 17.11%
B = 47.74%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB5BFE (or 0xBB5BFE) is known color: Heliotrope. HEX triplet: BB, 5B and FE. RGB value is (187,91,254). Sum of RGB (Red+Green+Blue) = 187+91+254=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB5BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BFE is #44A401. Grayscale: #898989. Windows color (decimal): -4498434 or 16669627. OLE color: 16669627.

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

Color convert

RGB 187 91 254 -
CMYK 0.26 0.64 0 0.00
HSL 275.34º 0.99% 0.68% -
HSV(B) 275.34º 0.64% 1% -
XYZ 42.12 25.2 96.41 -
YUV 138.29 193.3 162.75 -
System Red Green Blue C M Y K H S L
Decimal 187 91 254 0.26 0.64 0 0.00 275.34 0.99 0.68
Hex BB 5B FE 1A 40 0 0 113 63 44
Octal 273 133 376 32 100 0 0 423 143 104
Binary 10111011 1011011 11111110 11010 1000000 0 0 100010011 1100011 1000100

Color Harmonies of #BB5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BFE

Black with #BB5BFE

Text Example


Text Example

White with #BB5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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