Html Css Color HEX #BD77DE Medium Orchid

📋 copy color: '#BD77DE'

red 189 ◦ green 119 ◦ blue 222

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

Shades of Medium Orchid #BD77DE

Tints of Medium Orchid #BD77DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 35.66%
G = 22.45%
B = 41.89%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD77DE (or 0xBD77DE) is known color: Medium Orchid. HEX triplet: BD, 77 and DE. RGB value is (189,119,222). Sum of RGB (Red+Green+Blue) = 189+119+222=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77DE is #428821. Grayscale: #979797. Windows color (decimal): -4360226 or 14579645. OLE color: 14579645.

HSL color Cylindrical-coordinate representation of color #BD77DE: hue angle of 280.78º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD77DE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 119 222 -
CMYK 0.15 0.46 0 0.13
HSL 280.78º 0.61% 0.67% -
HSV(B) 280.78º 0.46% 0.87% -
XYZ 40.77 29.29 72.61 -
YUV 151.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 189 119 222 0.15 0.46 0 0.13 280.78 0.61 0.67
Hex BD 77 DE F 2E 0 D 119 3D 43
Octal 275 167 336 17 56 0 15 431 75 103
Binary 10111101 1110111 11011110 1111 101110 0 1101 100011001 111101 1000011

Color Harmonies of #BD77DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77DE

Black with #BD77DE

Text Example


Text Example

White with #BD77DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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