Html Css Color HEX #BD4DCD Medium Orchid

📋 copy color: '#BD4DCD'

red 189 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #BD4DCD

Tints of Medium Orchid #BD4DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 40.13%
G = 16.35%
B = 43.52%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD4DCD (or 0xBD4DCD) is known color: Medium Orchid. HEX triplet: BD, 4D and CD. RGB value is (189,77,205). Sum of RGB (Red+Green+Blue) = 189+77+205=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DCD is #42B232. Grayscale: #7C7C7C. Windows color (decimal): -4370995 or 13454781. OLE color: 13454781.

HSL color Cylindrical-coordinate representation of color #BD4DCD: hue angle of 292.5º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4DCD is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 77 205 -
CMYK 0.08 0.62 0 0.20
HSL 292.5º 0.56% 0.55% -
HSV(B) 292.5º 0.62% 0.8% -
XYZ 34.66 20.53 59.89 -
YUV 125.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 189 77 205 0.08 0.62 0 0.20 292.5 0.56 0.55
Hex BD 4D CD 8 3E 0 14 124 38 37
Octal 275 115 315 10 76 0 24 444 70 67
Binary 10111101 1001101 11001101 1000 111110 0 10100 100100100 111000 110111

Color Harmonies of #BD4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DCD

Black with #BD4DCD

Text Example


Text Example

White with #BD4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DCD; }

 p { color: rgb(189,77,205); }

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

background-color css

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

 a { background-color: rgb(189,77,205); }

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

border-color css

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

 span { border-color: rgb(189,77,205); }

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