Html Css Color HEX #BD3CDC Medium Orchid

📋 copy color: '#BD3CDC'

red 189 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #BD3CDC

Tints of Medium Orchid #BD3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.79%

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

R = 40.3%
G = 12.79%
B = 46.91%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD3CDC (or 0xBD3CDC) is known color: Medium Orchid. HEX triplet: BD, 3C and DC. RGB value is (189,60,220). Sum of RGB (Red+Green+Blue) = 189+60+220=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD3CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CDC is #42C323. Grayscale: #747474. Windows color (decimal): -4375332 or 14433469. OLE color: 14433469.

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

Color convert

RGB 189 60 220 -
CMYK 0.14 0.73 0 0.14
HSL 288.38º 0.7% 0.55% -
HSV(B) 288.38º 0.73% 0.86% -
XYZ 35.52 19.22 69.55 -
YUV 116.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 189 60 220 0.14 0.73 0 0.14 288.38 0.7 0.55
Hex BD 3C DC E 49 0 E 120 46 37
Octal 275 74 334 16 111 0 16 440 106 67
Binary 10111101 111100 11011100 1110 1001001 0 1110 100100000 1000110 110111

Color Harmonies of #BD3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CDC

Black with #BD3CDC

Text Example


Text Example

White with #BD3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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