Html Css Color HEX #B45AC8 Medium Orchid

📋 copy color: '#B45AC8'

red 180 ◦ green 90 ◦ blue 200

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

Shades of Medium Orchid #B45AC8

Tints of Medium Orchid #B45AC8

RGB

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

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

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

R = 38.3%
G = 19.15%
B = 42.55%

CMYK

 C value IS 0.1

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B45AC8 (or 0xB45AC8) is known color: Medium Orchid. HEX triplet: B4, 5A and C8. RGB value is (180,90,200). Sum of RGB (Red+Green+Blue) = 180+90+200=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #B45AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AC8 is #4BA537. Grayscale: #818181. Windows color (decimal): -4957496 or 13130420. OLE color: 13130420.

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

Color convert

RGB 180 90 200 -
CMYK 0.1 0.55 0 0.22
HSL 289.09º 0.5% 0.57% -
HSV(B) 289.09º 0.55% 0.78% -
XYZ 32.9 21.19 57 -
YUV 129.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 180 90 200 0.1 0.55 0 0.22 289.09 0.5 0.57
Hex B4 5A C8 A 37 0 16 121 32 39
Octal 264 132 310 12 67 0 26 441 62 71
Binary 10110100 1011010 11001000 1010 110111 0 10110 100100001 110010 111001

Color Harmonies of #B45AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45AC8

Black with #B45AC8

Text Example


Text Example

White with #B45AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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