Html Css Color HEX #B573CA Medium Orchid

📋 copy color: '#B573CA'

red 181 ◦ green 115 ◦ blue 202

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

Shades of Medium Orchid #B573CA

Tints of Medium Orchid #B573CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.09%

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

R = 36.35%
G = 23.09%
B = 40.56%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B573CA (or 0xB573CA) is known color: Medium Orchid. HEX triplet: B5, 73 and CA. RGB value is (181,115,202). Sum of RGB (Red+Green+Blue) = 181+115+202=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #B573CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573CA is #4A8C35. Grayscale: #909090. Windows color (decimal): -4885558 or 13267893. OLE color: 13267893.

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

Color convert

RGB 181 115 202 -
CMYK 0.10 0.43 0 0.21
HSL 285.52º 0.45% 0.62% -
HSV(B) 285.52º 0.43% 0.79% -
XYZ 35.85 26.35 59.07 -
YUV 144.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 181 115 202 0.10 0.43 0 0.21 285.52 0.45 0.62
Hex B5 73 CA A 2B 0 15 11E 2D 3E
Octal 265 163 312 12 53 0 25 436 55 76
Binary 10110101 1110011 11001010 1010 101011 0 10101 100011110 101101 111110

Color Harmonies of #B573CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573CA

Black with #B573CA

Text Example


Text Example

White with #B573CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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