Html Css Color HEX #BB5FFF Heliotrope

📋 copy color: '#BB5FFF'

red 187 ◦ green 95 ◦ blue 255

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

Shades of Heliotrope #BB5FFF

Tints of Heliotrope #BB5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.69%

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

R = 34.82%
G = 17.69%
B = 47.49%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB5FFF (or 0xBB5FFF) is known color: Heliotrope. HEX triplet: BB, 5F and FF. RGB value is (187,95,255). Sum of RGB (Red+Green+Blue) = 187+95+255=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5FFF is #44A000. Grayscale: #8C8C8C. Windows color (decimal): -4497409 or 16736187. OLE color: 16736187.

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

Color convert

RGB 187 95 255 -
CMYK 0.27 0.63 0 0
HSL 274.5º 1% 0.69% -
HSV(B) 274.5º 0.63% 1% -
XYZ 42.64 25.97 97.37 -
YUV 140.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 187 95 255 0.27 0.63 0 0 274.5 1 0.69
Hex BB 5F FF 1B 3F 0 0 112 64 45
Octal 273 137 377 33 77 0 0 422 144 105
Binary 10111011 1011111 11111111 11011 111111 0 0 100010010 1100100 1000101

Color Harmonies of #BB5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FFF

Black with #BB5FFF

Text Example


Text Example

White with #BB5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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