Html Css Color HEX #BD77E0 Medium Orchid

📋 copy color: '#BD77E0'

red 189 ◦ green 119 ◦ blue 224

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

Shades of Medium Orchid #BD77E0

Tints of Medium Orchid #BD77E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 35.53%
G = 22.37%
B = 42.11%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD77E0 (or 0xBD77E0) is known color: Medium Orchid. HEX triplet: BD, 77 and E0. RGB value is (189,119,224). Sum of RGB (Red+Green+Blue) = 189+119+224=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD77E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77E0 is #42881F. Grayscale: #979797. Windows color (decimal): -4360224 or 14710717. OLE color: 14710717.

HSL color Cylindrical-coordinate representation of color #BD77E0: hue angle of 280º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD77E0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 119 224 -
CMYK 0.16 0.47 0 0.12
HSL 280º 0.63% 0.67% -
HSV(B) 280º 0.47% 0.88% -
XYZ 41.04 29.39 74.03 -
YUV 151.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 189 119 224 0.16 0.47 0 0.12 280 0.63 0.67
Hex BD 77 E0 10 2F 0 C 118 3F 43
Octal 275 167 340 20 57 0 14 430 77 103
Binary 10111101 1110111 11100000 10000 101111 0 1100 100011000 111111 1000011

Color Harmonies of #BD77E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77E0

Black with #BD77E0

Text Example


Text Example

White with #BD77E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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