Html Css Color HEX #B45ECD Medium Orchid

📋 copy color: '#B45ECD'

red 180 ◦ green 94 ◦ blue 205

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

Shades of Medium Orchid #B45ECD

Tints of Medium Orchid #B45ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 37.58%
G = 19.62%
B = 42.8%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B45ECD (or 0xB45ECD) is known color: Medium Orchid. HEX triplet: B4, 5E and CD. RGB value is (180,94,205). Sum of RGB (Red+Green+Blue) = 180+94+205=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #B45ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ECD is #4BA132. Grayscale: #848484. Windows color (decimal): -4956467 or 13459124. OLE color: 13459124.

HSL color Cylindrical-coordinate representation of color #B45ECD: hue angle of 286.49º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45ECD is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 94 205 -
CMYK 0.12 0.54 0 0.20
HSL 286.49º 0.53% 0.59% -
HSV(B) 286.49º 0.54% 0.8% -
XYZ 33.84 22.12 60.24 -
YUV 132.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 180 94 205 0.12 0.54 0 0.20 286.49 0.53 0.59
Hex B4 5E CD C 36 0 14 11E 35 3B
Octal 264 136 315 14 66 0 24 436 65 73
Binary 10110100 1011110 11001101 1100 110110 0 10100 100011110 110101 111011

Color Harmonies of #B45ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ECD

Black with #B45ECD

Text Example


Text Example

White with #B45ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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