Html Css Color HEX #B45AC9 Medium Orchid

📋 copy color: '#B45AC9'

red 180 ◦ green 90 ◦ blue 201

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

Shades of Medium Orchid #B45AC9

Tints of Medium Orchid #B45AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 38.22%
G = 19.11%
B = 42.68%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B45AC9 (or 0xB45AC9) is known color: Medium Orchid. HEX triplet: B4, 5A and C9. RGB value is (180,90,201). Sum of RGB (Red+Green+Blue) = 180+90+201=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #B45AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AC9 is #4BA536. Grayscale: #818181. Windows color (decimal): -4957495 or 13195956. OLE color: 13195956.

HSL color Cylindrical-coordinate representation of color #B45AC9: hue angle of 288.65º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45AC9 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 90 201 -
CMYK 0.10 0.55 0 0.21
HSL 288.65º 0.51% 0.57% -
HSV(B) 288.65º 0.55% 0.79% -
XYZ 33.02 21.23 57.62 -
YUV 129.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 180 90 201 0.10 0.55 0 0.21 288.65 0.51 0.57
Hex B4 5A C9 A 37 0 15 121 33 39
Octal 264 132 311 12 67 0 25 441 63 71
Binary 10110100 1011010 11001001 1010 110111 0 10101 100100001 110011 111001

Color Harmonies of #B45AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45AC9

Black with #B45AC9

Text Example


Text Example

White with #B45AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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