Html Css Color HEX #BD77EE Heliotrope

📋 copy color: '#BD77EE'

red 189 ◦ green 119 ◦ blue 238

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

Shades of Heliotrope #BD77EE

Tints of Heliotrope #BD77EE

RGB

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

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

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

R = 34.62%
G = 21.79%
B = 43.59%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD77EE (or 0xBD77EE) is known color: Heliotrope. HEX triplet: BD, 77 and EE. RGB value is (189,119,238). Sum of RGB (Red+Green+Blue) = 189+119+238=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77EE is #428811. Grayscale: #999999. Windows color (decimal): -4360210 or 15628221. OLE color: 15628221.

HSL color Cylindrical-coordinate representation of color #BD77EE: hue angle of 275.29º degrees, saturation: 0.78, 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 #BD77EE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 119 238 -
CMYK 0.21 0.50 0 0.07
HSL 275.29º 0.78% 0.7% -
HSV(B) 275.29º 0.5% 0.93% -
XYZ 43.02 30.19 84.45 -
YUV 153.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 189 119 238 0.21 0.50 0 0.07 275.29 0.78 0.7
Hex BD 77 EE 15 32 0 7 113 4E 46
Octal 275 167 356 25 62 0 7 423 116 106
Binary 10111101 1110111 11101110 10101 110010 0 111 100010011 1001110 1000110

Color Harmonies of #BD77EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77EE

Black with #BD77EE

Text Example


Text Example

White with #BD77EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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