Html Css Color HEX #BD5CDC Medium Orchid

📋 copy color: '#BD5CDC'

red 189 ◦ green 92 ◦ blue 220

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

Shades of Medium Orchid #BD5CDC

Tints of Medium Orchid #BD5CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 37.72%
G = 18.36%
B = 43.91%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD5CDC (or 0xBD5CDC) is known color: Medium Orchid. HEX triplet: BD, 5C and DC. RGB value is (189,92,220). Sum of RGB (Red+Green+Blue) = 189+92+220=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CDC is #42A323. Grayscale: #878787. Windows color (decimal): -4367140 or 14441661. OLE color: 14441661.

HSL color Cylindrical-coordinate representation of color #BD5CDC: hue angle of 285.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5CDC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 92 220 -
CMYK 0.14 0.58 0 0.14
HSL 285.47º 0.65% 0.61% -
HSV(B) 285.47º 0.58% 0.86% -
XYZ 37.73 23.64 70.28 -
YUV 135.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 189 92 220 0.14 0.58 0 0.14 285.47 0.65 0.61
Hex BD 5C DC E 3A 0 E 11D 41 3D
Octal 275 134 334 16 72 0 16 435 101 75
Binary 10111101 1011100 11011100 1110 111010 0 1110 100011101 1000001 111101

Color Harmonies of #BD5CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CDC

Black with #BD5CDC

Text Example


Text Example

White with #BD5CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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