Html Css Color HEX #B573CC Medium Orchid

📋 copy color: '#B573CC'

red 181 ◦ green 115 ◦ blue 204

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

Shades of Medium Orchid #B573CC

Tints of Medium Orchid #B573CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 36.2%
G = 23%
B = 40.8%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B573CC (or 0xB573CC) is known color: Medium Orchid. HEX triplet: B5, 73 and CC. RGB value is (181,115,204). Sum of RGB (Red+Green+Blue) = 181+115+204=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #B573CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573CC is #4A8C33. Grayscale: #909090. Windows color (decimal): -4885556 or 13398965. OLE color: 13398965.

HSL color Cylindrical-coordinate representation of color #B573CC: hue angle of 284.49º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B573CC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 115 204 -
CMYK 0.11 0.44 0 0.2
HSL 284.49º 0.47% 0.63% -
HSV(B) 284.49º 0.44% 0.8% -
XYZ 36.09 26.44 60.33 -
YUV 144.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 181 115 204 0.11 0.44 0 0.2 284.49 0.47 0.63
Hex B5 73 CC B 2C 0 14 11C 2F 3F
Octal 265 163 314 13 54 0 24 434 57 77
Binary 10110101 1110011 11001100 1011 101100 0 10100 100011100 101111 111111

Color Harmonies of #B573CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B573CC

Black with #B573CC

Text Example


Text Example

White with #B573CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B573CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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