Html Css Color HEX #B549CA Medium Orchid

📋 copy color: '#B549CA'

red 181 ◦ green 73 ◦ blue 202

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

Shades of Medium Orchid #B549CA

Tints of Medium Orchid #B549CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 39.69%
G = 16.01%
B = 44.3%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B549CA (or 0xB549CA) is known color: Medium Orchid. HEX triplet: B5, 49 and CA. RGB value is (181,73,202). Sum of RGB (Red+Green+Blue) = 181+73+202=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #B549CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549CA is #4AB635. Grayscale: #777777. Windows color (decimal): -4896310 or 13257141. OLE color: 13257141.

HSL color Cylindrical-coordinate representation of color #B549CA: hue angle of 290.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B549CA is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 73 202 -
CMYK 0.10 0.64 0 0.21
HSL 290.23º 0.55% 0.54% -
HSV(B) 290.23º 0.64% 0.79% -
XYZ 32.1 18.85 57.82 -
YUV 120 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 181 73 202 0.10 0.64 0 0.21 290.23 0.55 0.54
Hex B5 49 CA A 40 0 15 122 37 36
Octal 265 111 312 12 100 0 25 442 67 66
Binary 10110101 1001001 11001010 1010 1000000 0 10101 100100010 110111 110110

Color Harmonies of #B549CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B549CA

Black with #B549CA

Text Example


Text Example

White with #B549CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B549CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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