Html Css Color HEX #BD4CCD Medium Orchid

📋 copy color: '#BD4CCD'

red 189 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #BD4CCD

Tints of Medium Orchid #BD4CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.17%

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

R = 40.21%
G = 16.17%
B = 43.62%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD4CCD (or 0xBD4CCD) is known color: Medium Orchid. HEX triplet: BD, 4C and CD. RGB value is (189,76,205). Sum of RGB (Red+Green+Blue) = 189+76+205=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD4CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CCD is #42B332. Grayscale: #7C7C7C. Windows color (decimal): -4371251 or 13454525. OLE color: 13454525.

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

Color convert

RGB 189 76 205 -
CMYK 0.08 0.63 0 0.20
HSL 292.56º 0.56% 0.55% -
HSV(B) 292.56º 0.63% 0.8% -
XYZ 34.59 20.4 59.87 -
YUV 124.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 189 76 205 0.08 0.63 0 0.20 292.56 0.56 0.55
Hex BD 4C CD 8 3F 0 14 125 38 37
Octal 275 114 315 10 77 0 24 445 70 67
Binary 10111101 1001100 11001101 1000 111111 0 10100 100100101 111000 110111

Color Harmonies of #BD4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CCD

Black with #BD4CCD

Text Example


Text Example

White with #BD4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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