Html Css Color HEX #BB75FE Heliotrope

📋 copy color: '#BB75FE'

red 187 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #BB75FE

Tints of Heliotrope #BB75FE

RGB

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

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

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

R = 33.51%
G = 20.97%
B = 45.52%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB75FE (or 0xBB75FE) is known color: Heliotrope. HEX triplet: BB, 75 and FE. RGB value is (187,117,254). Sum of RGB (Red+Green+Blue) = 187+117+254=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB75FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB75FE is #448A01. Grayscale: #999999. Windows color (decimal): -4491778 or 16676283. OLE color: 16676283.

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

Color convert

RGB 187 117 254 -
CMYK 0.26 0.54 0 0.00
HSL 270.66º 0.99% 0.73% -
HSV(B) 270.66º 0.54% 1% -
XYZ 44.74 30.44 97.28 -
YUV 153.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 187 117 254 0.26 0.54 0 0.00 270.66 0.99 0.73
Hex BB 75 FE 1A 36 0 0 10F 63 49
Octal 273 165 376 32 66 0 0 417 143 111
Binary 10111011 1110101 11111110 11010 110110 0 0 100001111 1100011 1001001

Color Harmonies of #BB75FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75FE

Black with #BB75FE

Text Example


Text Example

White with #BB75FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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