Html Css Color HEX #BD3CDF Medium Orchid

📋 copy color: '#BD3CDF'

red 189 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #BD3CDF

Tints of Medium Orchid #BD3CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 40.04%
G = 12.71%
B = 47.25%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD3CDF (or 0xBD3CDF) is known color: Medium Orchid. HEX triplet: BD, 3C and DF. RGB value is (189,60,223). Sum of RGB (Red+Green+Blue) = 189+60+223=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CDF is #42C320. Grayscale: #747474. Windows color (decimal): -4375329 or 14630077. OLE color: 14630077.

HSL color Cylindrical-coordinate representation of color #BD3CDF: hue angle of 287.48º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3CDF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 60 223 -
CMYK 0.15 0.73 0 0.13
HSL 287.48º 0.72% 0.55% -
HSV(B) 287.48º 0.73% 0.87% -
XYZ 35.92 19.38 71.66 -
YUV 117.15 187.74 179.25 -
System Red Green Blue C M Y K H S L
Decimal 189 60 223 0.15 0.73 0 0.13 287.48 0.72 0.55
Hex BD 3C DF F 49 0 D 11F 48 37
Octal 275 74 337 17 111 0 15 437 110 67
Binary 10111101 111100 11011111 1111 1001001 0 1101 100011111 1001000 110111

Color Harmonies of #BD3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CDF

Black with #BD3CDF

Text Example


Text Example

White with #BD3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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