Html Css Color HEX #BD77E5 Medium Orchid

📋 copy color: '#BD77E5'

red 189 ◦ green 119 ◦ blue 229

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

Shades of Medium Orchid #BD77E5

Tints of Medium Orchid #BD77E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.64%

R = 35.2%
G = 22.16%
B = 42.64%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD77E5 (or 0xBD77E5) is known color: Medium Orchid. HEX triplet: BD, 77 and E5. RGB value is (189,119,229). Sum of RGB (Red+Green+Blue) = 189+119+229=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77E5 is #42881A. Grayscale: #989898. Windows color (decimal): -4360219 or 15038397. OLE color: 15038397.

HSL color Cylindrical-coordinate representation of color #BD77E5: hue angle of 278.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD77E5 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 119 229 -
CMYK 0.17 0.48 0 0.10
HSL 278.18º 0.68% 0.68% -
HSV(B) 278.18º 0.48% 0.9% -
XYZ 41.73 29.67 77.66 -
YUV 152.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 189 119 229 0.17 0.48 0 0.10 278.18 0.68 0.68
Hex BD 77 E5 11 30 0 A 116 44 44
Octal 275 167 345 21 60 0 12 426 104 104
Binary 10111101 1110111 11100101 10001 110000 0 1010 100010110 1000100 1000100

Color Harmonies of #BD77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77E5

Black with #BD77E5

Text Example


Text Example

White with #BD77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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