Html Css Color HEX #B55ACD Medium Orchid

📋 copy color: '#B55ACD'

red 181 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #B55ACD

Tints of Medium Orchid #B55ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 38.03%
G = 18.91%
B = 43.07%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B55ACD (or 0xB55ACD) is known color: Medium Orchid. HEX triplet: B5, 5A and CD. RGB value is (181,90,205). Sum of RGB (Red+Green+Blue) = 181+90+205=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #B55ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ACD is #4AA532. Grayscale: #818181. Windows color (decimal): -4891955 or 13458101. OLE color: 13458101.

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

Color convert

RGB 181 90 205 -
CMYK 0.12 0.56 0 0.20
HSL 287.48º 0.53% 0.58% -
HSV(B) 287.48º 0.56% 0.8% -
XYZ 33.73 21.54 60.14 -
YUV 130.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 181 90 205 0.12 0.56 0 0.20 287.48 0.53 0.58
Hex B5 5A CD C 38 0 14 11F 35 3A
Octal 265 132 315 14 70 0 24 437 65 72
Binary 10110101 1011010 11001101 1100 111000 0 10100 100011111 110101 111010

Color Harmonies of #B55ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55ACD

Black with #B55ACD

Text Example


Text Example

White with #B55ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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