Html Css Color HEX #BD3EDC Medium Orchid

📋 copy color: '#BD3EDC'

red 189 ◦ green 62 ◦ blue 220

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

Shades of Medium Orchid #BD3EDC

Tints of Medium Orchid #BD3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.16%

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

R = 40.13%
G = 13.16%
B = 46.71%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD3EDC (or 0xBD3EDC) is known color: Medium Orchid. HEX triplet: BD, 3E and DC. RGB value is (189,62,220). Sum of RGB (Red+Green+Blue) = 189+62+220=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD3EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EDC is #42C123. Grayscale: #757575. Windows color (decimal): -4374820 or 14433981. OLE color: 14433981.

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

Color convert

RGB 189 62 220 -
CMYK 0.14 0.72 0 0.14
HSL 288.23º 0.69% 0.55% -
HSV(B) 288.23º 0.72% 0.86% -
XYZ 35.63 19.43 69.58 -
YUV 117.99 185.58 178.65 -
System Red Green Blue C M Y K H S L
Decimal 189 62 220 0.14 0.72 0 0.14 288.23 0.69 0.55
Hex BD 3E DC E 48 0 E 120 45 37
Octal 275 76 334 16 110 0 16 440 105 67
Binary 10111101 111110 11011100 1110 1001000 0 1110 100100000 1000101 110111

Color Harmonies of #BD3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EDC

Black with #BD3EDC

Text Example


Text Example

White with #BD3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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