Html Css Color HEX #B549FF Medium Orchid

📋 copy color: '#B549FF'

red 181 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #B549FF

Tints of Medium Orchid #B549FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.34%

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

R = 35.56%
G = 14.34%
B = 50.1%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B549FF (or 0xB549FF) is known color: Medium Orchid. HEX triplet: B5, 49 and FF. RGB value is (181,73,255). Sum of RGB (Red+Green+Blue) = 181+73+255=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #B549FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B549FF is #4AB600. Grayscale: #7D7D7D. Windows color (decimal): -4896257 or 16730549. OLE color: 16730549.

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

Color convert

RGB 181 73 255 -
CMYK 0.29 0.71 0 0
HSL 275.6º 1% 0.64% -
HSV(B) 275.6º 0.71% 1% -
XYZ 39.49 21.81 96.74 -
YUV 126.04 200.78 167.2 -
System Red Green Blue C M Y K H S L
Decimal 181 73 255 0.29 0.71 0 0 275.6 1 0.64
Hex B5 49 FF 1D 47 0 0 114 64 40
Octal 265 111 377 35 107 0 0 424 144 100
Binary 10110101 1001001 11111111 11101 1000111 0 0 100010100 1100100 1000000

Color Harmonies of #B549FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B549FF

Black with #B549FF

Text Example


Text Example

White with #B549FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B549FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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