Html Css Color HEX #B45ACB Medium Orchid

📋 copy color: '#B45ACB'

red 180 ◦ green 90 ◦ blue 203

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

Shades of Medium Orchid #B45ACB

Tints of Medium Orchid #B45ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 38.05%
G = 19.03%
B = 42.92%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B45ACB (or 0xB45ACB) is known color: Medium Orchid. HEX triplet: B4, 5A and CB. RGB value is (180,90,203). Sum of RGB (Red+Green+Blue) = 180+90+203=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #B45ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ACB is #4BA534. Grayscale: #818181. Windows color (decimal): -4957493 or 13327028. OLE color: 13327028.

HSL color Cylindrical-coordinate representation of color #B45ACB: hue angle of 287.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45ACB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 90 203 -
CMYK 0.11 0.56 0 0.20
HSL 287.79º 0.52% 0.57% -
HSV(B) 287.79º 0.56% 0.8% -
XYZ 33.26 21.33 58.86 -
YUV 129.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 180 90 203 0.11 0.56 0 0.20 287.79 0.52 0.57
Hex B4 5A CB B 38 0 14 120 34 39
Octal 264 132 313 13 70 0 24 440 64 71
Binary 10110100 1011010 11001011 1011 111000 0 10100 100100000 110100 111001

Color Harmonies of #B45ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ACB

Black with #B45ACB

Text Example


Text Example

White with #B45ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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