Html Css Color HEX #B45EDC Medium Orchid

📋 copy color: '#B45EDC'

red 180 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #B45EDC

Tints of Medium Orchid #B45EDC

RGB

 RED value IS 180 (70.7% from 255) = 36.44%

 GREEN value IS 94 (37.11% from 255) = 19.03%

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

R = 36.44%
G = 19.03%
B = 44.53%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B45EDC (or 0xB45EDC) is known color: Medium Orchid. HEX triplet: B4, 5E and DC. RGB value is (180,94,220). Sum of RGB (Red+Green+Blue) = 180+94+220=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #B45EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EDC is #4BA123. Grayscale: #858585. Windows color (decimal): -4956452 or 14442164. OLE color: 14442164.

HSL color Cylindrical-coordinate representation of color #B45EDC: hue angle of 280.95º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B45EDC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 94 220 -
CMYK 0.18 0.57 0 0.14
HSL 280.95º 0.64% 0.62% -
HSV(B) 280.95º 0.57% 0.86% -
XYZ 35.74 22.88 70.24 -
YUV 134.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 180 94 220 0.18 0.57 0 0.14 280.95 0.64 0.62
Hex B4 5E DC 12 39 0 E 119 40 3E
Octal 264 136 334 22 71 0 16 431 100 76
Binary 10110100 1011110 11011100 10010 111001 0 1110 100011001 1000000 111110

Color Harmonies of #B45EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45EDC

Black with #B45EDC

Text Example


Text Example

White with #B45EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45EDC; }

 p { color: rgb(180,94,220); }

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

background-color css

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

 a { background-color: rgb(180,94,220); }

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

border-color css

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

 span { border-color: rgb(180,94,220); }

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