Html Css Color HEX #B55ACE Medium Orchid

📋 copy color: '#B55ACE'

red 181 ◦ green 90 ◦ blue 206

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

Shades of Medium Orchid #B55ACE

Tints of Medium Orchid #B55ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 37.95%
G = 18.87%
B = 43.19%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B55ACE (or 0xB55ACE) is known color: Medium Orchid. HEX triplet: B5, 5A and CE. RGB value is (181,90,206). Sum of RGB (Red+Green+Blue) = 181+90+206=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #B55ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ACE is #4AA531. Grayscale: #828282. Windows color (decimal): -4891954 or 13523637. OLE color: 13523637.

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

Color convert

RGB 181 90 206 -
CMYK 0.12 0.56 0 0.19
HSL 287.07º 0.54% 0.58% -
HSV(B) 287.07º 0.56% 0.81% -
XYZ 33.85 21.59 60.78 -
YUV 130.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 181 90 206 0.12 0.56 0 0.19 287.07 0.54 0.58
Hex B5 5A CE C 38 0 13 11F 36 3A
Octal 265 132 316 14 70 0 23 437 66 72
Binary 10110101 1011010 11001110 1100 111000 0 10011 100011111 110110 111010

Color Harmonies of #B55ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55ACE

Black with #B55ACE

Text Example


Text Example

White with #B55ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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