Html Css Color HEX #BD45EC Medium Orchid

📋 copy color: '#BD45EC'

red 189 ◦ green 69 ◦ blue 236

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

Shades of Medium Orchid #BD45EC

Tints of Medium Orchid #BD45EC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.97%

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

R = 38.26%
G = 13.97%
B = 47.77%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD45EC (or 0xBD45EC) is known color: Medium Orchid. HEX triplet: BD, 45 and EC. RGB value is (189,69,236). Sum of RGB (Red+Green+Blue) = 189+69+236=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD45EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD45EC is #42BA13. Grayscale: #7B7B7B. Windows color (decimal): -4373012 or 15484349. OLE color: 15484349.

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

Color convert

RGB 189 69 236 -
CMYK 0.20 0.71 0 0.07
HSL 283.11º 0.81% 0.6% -
HSV(B) 283.11º 0.71% 0.93% -
XYZ 38.25 21.13 81.42 -
YUV 123.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 189 69 236 0.20 0.71 0 0.07 283.11 0.81 0.6
Hex BD 45 EC 14 47 0 7 11B 51 3C
Octal 275 105 354 24 107 0 7 433 121 74
Binary 10111101 1000101 11101100 10100 1000111 0 111 100011011 1010001 111100

Color Harmonies of #BD45EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45EC

Black with #BD45EC

Text Example


Text Example

White with #BD45EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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