Html Css Color HEX #B45ACE Medium Orchid

📋 copy color: '#B45ACE'

red 180 ◦ green 90 ◦ blue 206

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

Shades of Medium Orchid #B45ACE

Tints of Medium Orchid #B45ACE

RGB

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

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

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

R = 37.82%
G = 18.91%
B = 43.28%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B45ACE (or 0xB45ACE) is known color: Medium Orchid. HEX triplet: B4, 5A and CE. RGB value is (180,90,206). Sum of RGB (Red+Green+Blue) = 180+90+206=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #B45ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ACE is #4BA531. Grayscale: #818181. Windows color (decimal): -4957490 or 13523636. OLE color: 13523636.

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

Color convert

RGB 180 90 206 -
CMYK 0.13 0.56 0 0.19
HSL 286.55º 0.54% 0.58% -
HSV(B) 286.55º 0.56% 0.81% -
XYZ 33.62 21.47 60.77 -
YUV 130.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 180 90 206 0.13 0.56 0 0.19 286.55 0.54 0.58
Hex B4 5A CE D 38 0 13 11F 36 3A
Octal 264 132 316 15 70 0 23 437 66 72
Binary 10110100 1011010 11001110 1101 111000 0 10011 100011111 110110 111010

Color Harmonies of #B45ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ACE

Black with #B45ACE

Text Example


Text Example

White with #B45ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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