Html Css Color HEX #BB75EE Heliotrope

📋 copy color: '#BB75EE'

red 187 ◦ green 117 ◦ blue 238

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

Shades of Heliotrope #BB75EE

Tints of Heliotrope #BB75EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 34.5%
G = 21.59%
B = 43.91%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB75EE (or 0xBB75EE) is known color: Heliotrope. HEX triplet: BB, 75 and EE. RGB value is (187,117,238). Sum of RGB (Red+Green+Blue) = 187+117+238=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB75EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB75EE is #448A11. Grayscale: #979797. Windows color (decimal): -4491794 or 15627707. OLE color: 15627707.

HSL color Cylindrical-coordinate representation of color #BB75EE: hue angle of 274.71º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB75EE is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 117 238 -
CMYK 0.21 0.51 0 0.07
HSL 274.71º 0.78% 0.7% -
HSV(B) 274.71º 0.51% 0.93% -
XYZ 42.29 29.46 84.35 -
YUV 151.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 187 117 238 0.21 0.51 0 0.07 274.71 0.78 0.7
Hex BB 75 EE 15 33 0 7 113 4E 46
Octal 273 165 356 25 63 0 7 423 116 106
Binary 10111011 1110101 11101110 10101 110011 0 111 100010011 1001110 1000110

Color Harmonies of #BB75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75EE

Black with #BB75EE

Text Example


Text Example

White with #BB75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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