Html Css Color HEX #BD3BDC Medium Orchid

📋 copy color: '#BD3BDC'

red 189 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #BD3BDC

Tints of Medium Orchid #BD3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.61%

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

R = 40.38%
G = 12.61%
B = 47.01%

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

#BD3BDC (or 0xBD3BDC) is known color: Medium Orchid. HEX triplet: BD, 3B and DC. RGB value is (189,59,220). Sum of RGB (Red+Green+Blue) = 189+59+220=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BDC is #42C423. Grayscale: #737373. Windows color (decimal): -4375588 or 14433213. OLE color: 14433213.

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

Color convert

RGB 189 59 220 -
CMYK 0.14 0.73 0 0.14
HSL 288.45º 0.7% 0.55% -
HSV(B) 288.45º 0.73% 0.86% -
XYZ 35.47 19.11 69.53 -
YUV 116.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 189 59 220 0.14 0.73 0 0.14 288.45 0.7 0.55
Hex BD 3B DC E 49 0 E 120 46 37
Octal 275 73 334 16 111 0 16 440 106 67
Binary 10111101 111011 11011100 1110 1001001 0 1110 100100000 1000110 110111

Color Harmonies of #BD3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3BDC

Black with #BD3BDC

Text Example


Text Example

White with #BD3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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