Html Css Color HEX #BD3DEC Medium Orchid

📋 copy color: '#BD3DEC'

red 189 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #BD3DEC

Tints of Medium Orchid #BD3DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.55%

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 38.89%
G = 12.55%
B = 48.56%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD3DEC (or 0xBD3DEC) is known color: Medium Orchid. HEX triplet: BD, 3D and EC. RGB value is (189,61,236). Sum of RGB (Red+Green+Blue) = 189+61+236=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD3DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DEC is #42C213. Grayscale: #767676. Windows color (decimal): -4375060 or 15482301. OLE color: 15482301.

HSL color Cylindrical-coordinate representation of color #BD3DEC: hue angle of 283.89º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3DEC is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 61 236 -
CMYK 0.20 0.74 0 0.07
HSL 283.89º 0.82% 0.58% -
HSV(B) 283.89º 0.74% 0.93% -
XYZ 37.8 20.21 81.27 -
YUV 119.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 189 61 236 0.20 0.74 0 0.07 283.89 0.82 0.58
Hex BD 3D EC 14 4A 0 7 11C 52 3A
Octal 275 75 354 24 112 0 7 434 122 72
Binary 10111101 111101 11101100 10100 1001010 0 111 100011100 1010010 111010

Color Harmonies of #BD3DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DEC

Black with #BD3DEC

Text Example


Text Example

White with #BD3DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DEC; }

 p { color: rgb(189,61,236); }

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

background-color css

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

 a { background-color: rgb(189,61,236); }

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

border-color css

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

 span { border-color: rgb(189,61,236); }

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