Html Css Color HEX #B45EC8 Medium Orchid

📋 copy color: '#B45EC8'

red 180 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #B45EC8

Tints of Medium Orchid #B45EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.19%

R = 37.97%
G = 19.83%
B = 42.19%

CMYK

 C value IS 0.1

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B45EC8 (or 0xB45EC8) is known color: Medium Orchid. HEX triplet: B4, 5E and C8. RGB value is (180,94,200). Sum of RGB (Red+Green+Blue) = 180+94+200=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #B45EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EC8 is #4BA137. Grayscale: #838383. Windows color (decimal): -4956472 or 13131444. OLE color: 13131444.

HSL color Cylindrical-coordinate representation of color #B45EC8: hue angle of 288.68º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45EC8 is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 94 200 -
CMYK 0.1 0.53 0 0.22
HSL 288.68º 0.49% 0.58% -
HSV(B) 288.68º 0.53% 0.78% -
XYZ 33.25 21.88 57.11 -
YUV 131.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 180 94 200 0.1 0.53 0 0.22 288.68 0.49 0.58
Hex B4 5E C8 A 35 0 16 121 31 3A
Octal 264 136 310 12 65 0 26 441 61 72
Binary 10110100 1011110 11001000 1010 110101 0 10110 100100001 110001 111010

Color Harmonies of #B45EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45EC8

Black with #B45EC8

Text Example


Text Example

White with #B45EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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