Html Css Color HEX #BD77D4 Medium Orchid

📋 copy color: '#BD77D4'

red 189 ◦ green 119 ◦ blue 212

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

Shades of Medium Orchid #BD77D4

Tints of Medium Orchid #BD77D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.77%

R = 36.35%
G = 22.88%
B = 40.77%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD77D4 (or 0xBD77D4) is known color: Medium Orchid. HEX triplet: BD, 77 and D4. RGB value is (189,119,212). Sum of RGB (Red+Green+Blue) = 189+119+212=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD77D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77D4 is #42882B. Grayscale: #969696. Windows color (decimal): -4360236 or 13924285. OLE color: 13924285.

HSL color Cylindrical-coordinate representation of color #BD77D4: hue angle of 285.16º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD77D4 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 119 212 -
CMYK 0.11 0.44 0 0.17
HSL 285.16º 0.52% 0.65% -
HSV(B) 285.16º 0.44% 0.83% -
XYZ 39.47 28.77 65.76 -
YUV 150.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 189 119 212 0.11 0.44 0 0.17 285.16 0.52 0.65
Hex BD 77 D4 B 2C 0 11 11D 34 41
Octal 275 167 324 13 54 0 21 435 64 101
Binary 10111101 1110111 11010100 1011 101100 0 10001 100011101 110100 1000001

Color Harmonies of #BD77D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77D4

Black with #BD77D4

Text Example


Text Example

White with #BD77D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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