Html Css Color HEX #BD3CDD Medium Orchid

📋 copy color: '#BD3CDD'

red 189 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #BD3CDD

Tints of Medium Orchid #BD3CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 40.21%
G = 12.77%
B = 47.02%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD3CDD (or 0xBD3CDD) is known color: Medium Orchid. HEX triplet: BD, 3C and DD. RGB value is (189,60,221). Sum of RGB (Red+Green+Blue) = 189+60+221=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CDD is #42C322. Grayscale: #747474. Windows color (decimal): -4375331 or 14499005. OLE color: 14499005.

HSL color Cylindrical-coordinate representation of color #BD3CDD: hue angle of 288.07º degrees, saturation: 0.7, 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 #BD3CDD is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 60 221 -
CMYK 0.14 0.73 0 0.13
HSL 288.07º 0.7% 0.55% -
HSV(B) 288.07º 0.73% 0.87% -
XYZ 35.65 19.27 70.25 -
YUV 116.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 189 60 221 0.14 0.73 0 0.13 288.07 0.7 0.55
Hex BD 3C DD E 49 0 D 120 46 37
Octal 275 74 335 16 111 0 15 440 106 67
Binary 10111101 111100 11011101 1110 1001001 0 1101 100100000 1000110 110111

Color Harmonies of #BD3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CDD

Black with #BD3CDD

Text Example


Text Example

White with #BD3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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