Html Css Color HEX #BD4DEC Medium Orchid

📋 copy color: '#BD4DEC'

red 189 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #BD4DEC

Tints of Medium Orchid #BD4DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.34%

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

R = 37.65%
G = 15.34%
B = 47.01%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD4DEC (or 0xBD4DEC) is known color: Medium Orchid. HEX triplet: BD, 4D and EC. RGB value is (189,77,236). Sum of RGB (Red+Green+Blue) = 189+77+236=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD4DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4DEC is #42B213. Grayscale: #808080. Windows color (decimal): -4370964 or 15486397. OLE color: 15486397.

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

Color convert

RGB 189 77 236 -
CMYK 0.20 0.67 0 0.07
HSL 282.26º 0.81% 0.61% -
HSV(B) 282.26º 0.67% 0.93% -
XYZ 38.78 22.18 81.59 -
YUV 128.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 189 77 236 0.20 0.67 0 0.07 282.26 0.81 0.61
Hex BD 4D EC 14 43 0 7 11A 51 3D
Octal 275 115 354 24 103 0 7 432 121 75
Binary 10111101 1001101 11101100 10100 1000011 0 111 100011010 1010001 111101

Color Harmonies of #BD4DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DEC

Black with #BD4DEC

Text Example


Text Example

White with #BD4DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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