Html Css Color HEX #B55AC5 Medium Orchid

📋 copy color: '#B55AC5'

red 181 ◦ green 90 ◦ blue 197

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

Shades of Medium Orchid #B55AC5

Tints of Medium Orchid #B55AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.09%

R = 38.68%
G = 19.23%
B = 42.09%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B55AC5 (or 0xB55AC5) is known color: Medium Orchid. HEX triplet: B5, 5A and C5. RGB value is (181,90,197). Sum of RGB (Red+Green+Blue) = 181+90+197=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #B55AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AC5 is #4AA53A. Grayscale: #818181. Windows color (decimal): -4891963 or 12933813. OLE color: 12933813.

HSL color Cylindrical-coordinate representation of color #B55AC5: hue angle of 291.03º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55AC5 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 90 197 -
CMYK 0.08 0.54 0 0.23
HSL 291.03º 0.48% 0.56% -
HSV(B) 291.03º 0.54% 0.77% -
XYZ 32.79 21.17 55.18 -
YUV 129.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 181 90 197 0.08 0.54 0 0.23 291.03 0.48 0.56
Hex B5 5A C5 8 36 0 17 123 30 38
Octal 265 132 305 10 66 0 27 443 60 70
Binary 10110101 1011010 11000101 1000 110110 0 10111 100100011 110000 111000

Color Harmonies of #B55AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AC5

Black with #B55AC5

Text Example


Text Example

White with #B55AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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