Html Css Color HEX #BB75ED Heliotrope

📋 copy color: '#BB75ED'

red 187 ◦ green 117 ◦ blue 237

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

Shades of Heliotrope #BB75ED

Tints of Heliotrope #BB75ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 34.57%
G = 21.63%
B = 43.81%

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

#BB75ED (or 0xBB75ED) is known color: Heliotrope. HEX triplet: BB, 75 and ED. RGB value is (187,117,237). Sum of RGB (Red+Green+Blue) = 187+117+237=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB75ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB75ED is #448A12. Grayscale: #979797. Windows color (decimal): -4491795 or 15562171. OLE color: 15562171.

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

Color convert

RGB 187 117 237 -
CMYK 0.21 0.51 0 0.07
HSL 275º 0.77% 0.69% -
HSV(B) 275º 0.51% 0.93% -
XYZ 42.14 29.4 83.57 -
YUV 151.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 187 117 237 0.21 0.51 0 0.07 275 0.77 0.69
Hex BB 75 ED 15 33 0 7 113 4D 45
Octal 273 165 355 25 63 0 7 423 115 105
Binary 10111011 1110101 11101101 10101 110011 0 111 100010011 1001101 1000101

Color Harmonies of #BB75ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75ED

Black with #BB75ED

Text Example


Text Example

White with #BB75ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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