Html Css Color HEX #BD77CC Medium Orchid

📋 copy color: '#BD77CC'

red 189 ◦ green 119 ◦ blue 204

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

Shades of Medium Orchid #BD77CC

Tints of Medium Orchid #BD77CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 36.91%
G = 23.24%
B = 39.84%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD77CC (or 0xBD77CC) is known color: Medium Orchid. HEX triplet: BD, 77 and CC. RGB value is (189,119,204). Sum of RGB (Red+Green+Blue) = 189+119+204=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77CC is #428833. Grayscale: #959595. Windows color (decimal): -4360244 or 13399997. OLE color: 13399997.

HSL color Cylindrical-coordinate representation of color #BD77CC: hue angle of 289.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD77CC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 119 204 -
CMYK 0.07 0.42 0 0.2
HSL 289.41º 0.45% 0.63% -
HSV(B) 289.41º 0.42% 0.8% -
XYZ 38.48 28.37 60.57 -
YUV 149.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 189 119 204 0.07 0.42 0 0.2 289.41 0.45 0.63
Hex BD 77 CC 7 2A 0 14 121 2D 3F
Octal 275 167 314 7 52 0 24 441 55 77
Binary 10111101 1110111 11001100 111 101010 0 10100 100100001 101101 111111

Color Harmonies of #BD77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77CC

Black with #BD77CC

Text Example


Text Example

White with #BD77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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