Html Css Color HEX #B55AF9 Medium Orchid

📋 copy color: '#B55AF9'

red 181 ◦ green 90 ◦ blue 249

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

Shades of Medium Orchid #B55AF9

Tints of Medium Orchid #B55AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.88%

R = 34.81%
G = 17.31%
B = 47.88%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B55AF9 (or 0xB55AF9) is known color: Medium Orchid. HEX triplet: B5, 5A and F9. RGB value is (181,90,249). Sum of RGB (Red+Green+Blue) = 181+90+249=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #B55AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55AF9 is #4AA506. Grayscale: #868686. Windows color (decimal): -4891911 or 16341685. OLE color: 16341685.

HSL color Cylindrical-coordinate representation of color #B55AF9: hue angle of 274.34º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B55AF9 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 90 249 -
CMYK 0.27 0.64 0 0.02
HSL 274.34º 0.93% 0.66% -
HSV(B) 274.34º 0.64% 0.98% -
XYZ 39.81 23.98 92.15 -
YUV 135.34 192.15 160.57 -
System Red Green Blue C M Y K H S L
Decimal 181 90 249 0.27 0.64 0 0.02 274.34 0.93 0.66
Hex B5 5A F9 1B 40 0 2 112 5D 42
Octal 265 132 371 33 100 0 2 422 135 102
Binary 10110101 1011010 11111001 11011 1000000 0 10 100010010 1011101 1000010

Color Harmonies of #B55AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AF9

Black with #B55AF9

Text Example


Text Example

White with #B55AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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