Html Css Color HEX #BD77E9 Heliotrope

📋 copy color: '#BD77E9'

red 189 ◦ green 119 ◦ blue 233

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

Shades of Heliotrope #BD77E9

Tints of Heliotrope #BD77E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.07%

R = 34.94%
G = 22%
B = 43.07%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD77E9 (or 0xBD77E9) is known color: Heliotrope. HEX triplet: BD, 77 and E9. RGB value is (189,119,233). Sum of RGB (Red+Green+Blue) = 189+119+233=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD77E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77E9 is #428816. Grayscale: #989898. Windows color (decimal): -4360215 or 15300541. OLE color: 15300541.

HSL color Cylindrical-coordinate representation of color #BD77E9: hue angle of 276.84º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD77E9 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 119 233 -
CMYK 0.19 0.49 0 0.09
HSL 276.84º 0.72% 0.69% -
HSV(B) 276.84º 0.49% 0.91% -
XYZ 42.29 29.9 80.63 -
YUV 152.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 189 119 233 0.19 0.49 0 0.09 276.84 0.72 0.69
Hex BD 77 E9 13 31 0 9 115 48 45
Octal 275 167 351 23 61 0 11 425 110 105
Binary 10111101 1110111 11101001 10011 110001 0 1001 100010101 1001000 1000101

Color Harmonies of #BD77E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77E9

Black with #BD77E9

Text Example


Text Example

White with #BD77E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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