Html Css Color HEX #BD5CCD Medium Orchid

📋 copy color: '#BD5CCD'

red 189 ◦ green 92 ◦ blue 205

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

Shades of Medium Orchid #BD5CCD

Tints of Medium Orchid #BD5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.93%

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

R = 38.89%
G = 18.93%
B = 42.18%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD5CCD (or 0xBD5CCD) is known color: Medium Orchid. HEX triplet: BD, 5C and CD. RGB value is (189,92,205). Sum of RGB (Red+Green+Blue) = 189+92+205=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CCD is #42A332. Grayscale: #858585. Windows color (decimal): -4367155 or 13458621. OLE color: 13458621.

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

Color convert

RGB 189 92 205 -
CMYK 0.08 0.55 0 0.20
HSL 291.5º 0.53% 0.58% -
HSV(B) 291.5º 0.55% 0.8% -
XYZ 35.83 22.88 60.29 -
YUV 133.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 189 92 205 0.08 0.55 0 0.20 291.5 0.53 0.58
Hex BD 5C CD 8 37 0 14 124 35 3A
Octal 275 134 315 10 67 0 24 444 65 72
Binary 10111101 1011100 11001101 1000 110111 0 10100 100100100 110101 111010

Color Harmonies of #BD5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CCD

Black with #BD5CCD

Text Example


Text Example

White with #BD5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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