Html Css Color HEX #B45EDE Medium Orchid

📋 copy color: '#B45EDE'

red 180 ◦ green 94 ◦ blue 222

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

Shades of Medium Orchid #B45EDE

Tints of Medium Orchid #B45EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.76%

R = 36.29%
G = 18.95%
B = 44.76%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B45EDE (or 0xB45EDE) is known color: Medium Orchid. HEX triplet: B4, 5E and DE. RGB value is (180,94,222). Sum of RGB (Red+Green+Blue) = 180+94+222=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #B45EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45EDE is #4BA121. Grayscale: #858585. Windows color (decimal): -4956450 or 14573236. OLE color: 14573236.

HSL color Cylindrical-coordinate representation of color #B45EDE: hue angle of 280.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B45EDE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 94 222 -
CMYK 0.19 0.58 0 0.13
HSL 280.31º 0.66% 0.62% -
HSV(B) 280.31º 0.58% 0.87% -
XYZ 36.01 22.98 71.65 -
YUV 134.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 180 94 222 0.19 0.58 0 0.13 280.31 0.66 0.62
Hex B4 5E DE 13 3A 0 D 118 42 3E
Octal 264 136 336 23 72 0 15 430 102 76
Binary 10110100 1011110 11011110 10011 111010 0 1101 100011000 1000010 111110

Color Harmonies of #B45EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45EDE

Black with #B45EDE

Text Example


Text Example

White with #B45EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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