Html Css Color HEX #B45ADE Medium Orchid

📋 copy color: '#B45ADE'

red 180 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #B45ADE

Tints of Medium Orchid #B45ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.29%

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

R = 36.59%
G = 18.29%
B = 45.12%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B45ADE (or 0xB45ADE) is known color: Medium Orchid. HEX triplet: B4, 5A and DE. RGB value is (180,90,222). Sum of RGB (Red+Green+Blue) = 180+90+222=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #B45ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ADE is #4BA521. Grayscale: #838383. Windows color (decimal): -4957474 or 14572212. OLE color: 14572212.

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

Color convert

RGB 180 90 222 -
CMYK 0.19 0.59 0 0.13
HSL 280.91º 0.67% 0.61% -
HSV(B) 280.91º 0.59% 0.87% -
XYZ 35.66 22.29 71.53 -
YUV 131.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 180 90 222 0.19 0.59 0 0.13 280.91 0.67 0.61
Hex B4 5A DE 13 3B 0 D 119 43 3D
Octal 264 132 336 23 73 0 15 431 103 75
Binary 10110100 1011010 11011110 10011 111011 0 1101 100011001 1000011 111101

Color Harmonies of #B45ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ADE

Black with #B45ADE

Text Example


Text Example

White with #B45ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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