Html Css Color HEX #BB5BFF Heliotrope

📋 copy color: '#BB5BFF'

red 187 ◦ green 91 ◦ blue 255

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

Shades of Heliotrope #BB5BFF

Tints of Heliotrope #BB5BFF

RGB

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

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

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

R = 35.08%
G = 17.07%
B = 47.84%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB5BFF (or 0xBB5BFF) is known color: Heliotrope. HEX triplet: BB, 5B and FF. RGB value is (187,91,255). Sum of RGB (Red+Green+Blue) = 187+91+255=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB5BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BFF is #44A400. Grayscale: #898989. Windows color (decimal): -4498433 or 16735163. OLE color: 16735163.

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

Color convert

RGB 187 91 255 -
CMYK 0.27 0.64 0 0
HSL 275.12º 1% 0.68% -
HSV(B) 275.12º 0.64% 1% -
XYZ 42.28 25.27 97.26 -
YUV 138.4 193.8 162.66 -
System Red Green Blue C M Y K H S L
Decimal 187 91 255 0.27 0.64 0 0 275.12 1 0.68
Hex BB 5B FF 1B 40 0 0 113 64 44
Octal 273 133 377 33 100 0 0 423 144 104
Binary 10111011 1011011 11111111 11011 1000000 0 0 100010011 1100100 1000100

Color Harmonies of #BB5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BFF

Black with #BB5BFF

Text Example


Text Example

White with #BB5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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