Html Css Color HEX #B973D5 Medium Orchid

📋 copy color: '#B973D5'

red 185 ◦ green 115 ◦ blue 213

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

Shades of Medium Orchid #B973D5

Tints of Medium Orchid #B973D5

RGB

 RED value IS 185 (72.66% from 255) = 36.06%

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

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 36.06%
G = 22.42%
B = 41.52%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B973D5 (or 0xB973D5) is known color: Medium Orchid. HEX triplet: B9, 73 and D5. RGB value is (185,115,213). Sum of RGB (Red+Green+Blue) = 185+115+213=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #B973D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973D5 is #468C2A. Grayscale: #929292. Windows color (decimal): -4623403 or 13988793. OLE color: 13988793.

HSL color Cylindrical-coordinate representation of color #B973D5: hue angle of 282.86º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B973D5 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 115 213 -
CMYK 0.13 0.46 0 0.16
HSL 282.86º 0.54% 0.64% -
HSV(B) 282.86º 0.46% 0.84% -
XYZ 38.15 27.38 66.22 -
YUV 147.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 185 115 213 0.13 0.46 0 0.16 282.86 0.54 0.64
Hex B9 73 D5 D 2E 0 10 11B 36 40
Octal 271 163 325 15 56 0 20 433 66 100
Binary 10111001 1110011 11010101 1101 101110 0 10000 100011011 110110 1000000

Color Harmonies of #B973D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973D5

Black with #B973D5

Text Example


Text Example

White with #B973D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973D5; }

 p { color: rgb(185,115,213); }

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

background-color css

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

 a { background-color: rgb(185,115,213); }

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

border-color css

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

 span { border-color: rgb(185,115,213); }

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