Html Css Color HEX #B45ACC Medium Orchid

📋 copy color: '#B45ACC'

red 180 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #B45ACC

Tints of Medium Orchid #B45ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 37.97%
G = 18.99%
B = 43.04%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B45ACC (or 0xB45ACC) is known color: Medium Orchid. HEX triplet: B4, 5A and CC. RGB value is (180,90,204). Sum of RGB (Red+Green+Blue) = 180+90+204=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #B45ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ACC is #4BA533. Grayscale: #818181. Windows color (decimal): -4957492 or 13392564. OLE color: 13392564.

HSL color Cylindrical-coordinate representation of color #B45ACC: hue angle of 287.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45ACC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 90 204 -
CMYK 0.12 0.56 0 0.2
HSL 287.37º 0.53% 0.58% -
HSV(B) 287.37º 0.56% 0.8% -
XYZ 33.38 21.38 59.49 -
YUV 129.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 180 90 204 0.12 0.56 0 0.2 287.37 0.53 0.58
Hex B4 5A CC C 38 0 14 11F 35 3A
Octal 264 132 314 14 70 0 24 437 65 72
Binary 10110100 1011010 11001100 1100 111000 0 10100 100011111 110101 111010

Color Harmonies of #B45ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ACC

Black with #B45ACC

Text Example


Text Example

White with #B45ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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