Html Css Color HEX #BD77EC Heliotrope

📋 copy color: '#BD77EC'

red 189 ◦ green 119 ◦ blue 236

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

Shades of Heliotrope #BD77EC

Tints of Heliotrope #BD77EC

RGB

 RED value IS 189 (74.22% from 255) = 34.74%

 GREEN value IS 119 (46.88% from 255) = 21.88%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 34.74%
G = 21.88%
B = 43.38%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD77EC (or 0xBD77EC) is known color: Heliotrope. HEX triplet: BD, 77 and EC. RGB value is (189,119,236). Sum of RGB (Red+Green+Blue) = 189+119+236=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77EC is #428813. Grayscale: #989898. Windows color (decimal): -4360212 or 15497149. OLE color: 15497149.

HSL color Cylindrical-coordinate representation of color #BD77EC: hue angle of 275.9º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD77EC is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 119 236 -
CMYK 0.20 0.50 0 0.07
HSL 275.9º 0.75% 0.7% -
HSV(B) 275.9º 0.5% 0.93% -
XYZ 42.72 30.07 82.91 -
YUV 153.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 189 119 236 0.20 0.50 0 0.07 275.9 0.75 0.7
Hex BD 77 EC 14 32 0 7 114 4B 46
Octal 275 167 354 24 62 0 7 424 113 106
Binary 10111101 1110111 11101100 10100 110010 0 111 100010100 1001011 1000110

Color Harmonies of #BD77EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77EC

Black with #BD77EC

Text Example


Text Example

White with #BD77EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77EC; }

 p { color: rgb(189,119,236); }

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

background-color css

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

 a { background-color: rgb(189,119,236); }

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

border-color css

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

 span { border-color: rgb(189,119,236); }

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