Html Css Color HEX #B45ECE Medium Orchid

📋 copy color: '#B45ECE'

red 180 ◦ green 94 ◦ blue 206

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

Shades of Medium Orchid #B45ECE

Tints of Medium Orchid #B45ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 37.5%
G = 19.58%
B = 42.92%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B45ECE (or 0xB45ECE) is known color: Medium Orchid. HEX triplet: B4, 5E and CE. RGB value is (180,94,206). Sum of RGB (Red+Green+Blue) = 180+94+206=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #B45ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ECE is #4BA131. Grayscale: #848484. Windows color (decimal): -4956466 or 13524660. OLE color: 13524660.

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

Color convert

RGB 180 94 206 -
CMYK 0.13 0.54 0 0.19
HSL 286.07º 0.53% 0.59% -
HSV(B) 286.07º 0.54% 0.81% -
XYZ 33.97 22.16 60.88 -
YUV 132.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 180 94 206 0.13 0.54 0 0.19 286.07 0.53 0.59
Hex B4 5E CE D 36 0 13 11E 35 3B
Octal 264 136 316 15 66 0 23 436 65 73
Binary 10110100 1011110 11001110 1101 110110 0 10011 100011110 110101 111011

Color Harmonies of #B45ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ECE

Black with #B45ECE

Text Example


Text Example

White with #B45ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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