Html Css Color HEX #B573CB Medium Orchid

📋 copy color: '#B573CB'

red 181 ◦ green 115 ◦ blue 203

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

Shades of Medium Orchid #B573CB

Tints of Medium Orchid #B573CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 36.27%
G = 23.05%
B = 40.68%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B573CB (or 0xB573CB) is known color: Medium Orchid. HEX triplet: B5, 73 and CB. RGB value is (181,115,203). Sum of RGB (Red+Green+Blue) = 181+115+203=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #B573CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573CB is #4A8C34. Grayscale: #909090. Windows color (decimal): -4885557 or 13333429. OLE color: 13333429.

HSL color Cylindrical-coordinate representation of color #B573CB: hue angle of 285º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B573CB is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 115 203 -
CMYK 0.11 0.43 0 0.20
HSL 285º 0.46% 0.62% -
HSV(B) 285º 0.43% 0.8% -
XYZ 35.97 26.4 59.7 -
YUV 144.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 181 115 203 0.11 0.43 0 0.20 285 0.46 0.62
Hex B5 73 CB B 2B 0 14 11D 2E 3E
Octal 265 163 313 13 53 0 24 435 56 76
Binary 10110101 1110011 11001011 1011 101011 0 10100 100011101 101110 111110

Color Harmonies of #B573CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573CB

Black with #B573CB

Text Example


Text Example

White with #B573CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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