Html Css Color HEX #B55ACC Medium Orchid

📋 copy color: '#B55ACC'

red 181 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #B55ACC

Tints of Medium Orchid #B55ACC

RGB

 RED value IS 181 (71.09% from 255) = 38.11%

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

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

R = 38.11%
G = 18.95%
B = 42.95%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B55ACC (or 0xB55ACC) is known color: Medium Orchid. HEX triplet: B5, 5A and CC. RGB value is (181,90,204). Sum of RGB (Red+Green+Blue) = 181+90+204=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #B55ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ACC is #4AA533. Grayscale: #818181. Windows color (decimal): -4891956 or 13392565. OLE color: 13392565.

HSL color Cylindrical-coordinate representation of color #B55ACC: hue angle of 287.89º 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 #B55ACC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 90 204 -
CMYK 0.11 0.56 0 0.2
HSL 287.89º 0.53% 0.58% -
HSV(B) 287.89º 0.56% 0.8% -
XYZ 33.61 21.5 59.5 -
YUV 130.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 181 90 204 0.11 0.56 0 0.2 287.89 0.53 0.58
Hex B5 5A CC B 38 0 14 120 35 3A
Octal 265 132 314 13 70 0 24 440 65 72
Binary 10110101 1011010 11001100 1011 111000 0 10100 100100000 110101 111010

Color Harmonies of #B55ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55ACC

Black with #B55ACC

Text Example


Text Example

White with #B55ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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