Html Css Color HEX #B55AFF Medium Orchid

📋 copy color: '#B55AFF'

red 181 ◦ green 90 ◦ blue 255

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

Shades of Medium Orchid #B55AFF

Tints of Medium Orchid #B55AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 34.41%
G = 17.11%
B = 48.48%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B55AFF (or 0xB55AFF) is known color: Medium Orchid. HEX triplet: B5, 5A and FF. RGB value is (181,90,255). Sum of RGB (Red+Green+Blue) = 181+90+255=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #B55AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55AFF is #4AA500. Grayscale: #878787. Windows color (decimal): -4891905 or 16734901. OLE color: 16734901.

HSL color Cylindrical-coordinate representation of color #B55AFF: hue angle of 273.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B55AFF is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 90 255 -
CMYK 0.29 0.65 0 0
HSL 273.09º 1% 0.68% -
HSV(B) 273.09º 0.65% 1% -
XYZ 40.76 24.36 97.16 -
YUV 136.02 195.15 160.08 -
System Red Green Blue C M Y K H S L
Decimal 181 90 255 0.29 0.65 0 0 273.09 1 0.68
Hex B5 5A FF 1D 41 0 0 111 64 44
Octal 265 132 377 35 101 0 0 421 144 104
Binary 10110101 1011010 11111111 11101 1000001 0 0 100010001 1100100 1000100

Color Harmonies of #B55AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AFF

Black with #B55AFF

Text Example


Text Example

White with #B55AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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