Html Css Color HEX #BB75FF Heliotrope

📋 copy color: '#BB75FF'

red 187 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #BB75FF

Tints of Heliotrope #BB75FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.93%

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

R = 33.45%
G = 20.93%
B = 45.62%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB75FF (or 0xBB75FF) is known color: Heliotrope. HEX triplet: BB, 75 and FF. RGB value is (187,117,255). Sum of RGB (Red+Green+Blue) = 187+117+255=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB75FF is #448A00. Grayscale: #999999. Windows color (decimal): -4491777 or 16741819. OLE color: 16741819.

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

Color convert

RGB 187 117 255 -
CMYK 0.27 0.54 0 0
HSL 270.43º 1% 0.73% -
HSV(B) 270.43º 0.54% 1% -
XYZ 44.9 30.51 98.13 -
YUV 153.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 187 117 255 0.27 0.54 0 0 270.43 1 0.73
Hex BB 75 FF 1B 36 0 0 10E 64 49
Octal 273 165 377 33 66 0 0 416 144 111
Binary 10111011 1110101 11111111 11011 110110 0 0 100001110 1100100 1001001

Color Harmonies of #BB75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75FF

Black with #BB75FF

Text Example


Text Example

White with #BB75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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