Html Css Color HEX #B55ADF Medium Orchid

📋 copy color: '#B55ADF'

red 181 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #B55ADF

Tints of Medium Orchid #B55ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 36.64%
G = 18.22%
B = 45.14%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B55ADF (or 0xB55ADF) is known color: Medium Orchid. HEX triplet: B5, 5A and DF. RGB value is (181,90,223). Sum of RGB (Red+Green+Blue) = 181+90+223=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #B55ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ADF is #4AA520. Grayscale: #838383. Windows color (decimal): -4891937 or 14637749. OLE color: 14637749.

HSL color Cylindrical-coordinate representation of color #B55ADF: hue angle of 281.05º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55ADF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 90 223 -
CMYK 0.19 0.60 0 0.13
HSL 281.05º 0.68% 0.61% -
HSV(B) 281.05º 0.6% 0.87% -
XYZ 36.03 22.46 72.25 -
YUV 132.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 181 90 223 0.19 0.60 0 0.13 281.05 0.68 0.61
Hex B5 5A DF 13 3C 0 D 119 44 3D
Octal 265 132 337 23 74 0 15 431 104 75
Binary 10110101 1011010 11011111 10011 111100 0 1101 100011001 1000100 111101

Color Harmonies of #B55ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55ADF

Black with #B55ADF

Text Example


Text Example

White with #B55ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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