Html Css Color HEX #B973C9 Medium Orchid

📋 copy color: '#B973C9'

red 185 ◦ green 115 ◦ blue 201

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

Shades of Medium Orchid #B973C9

Tints of Medium Orchid #B973C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.12%

R = 36.93%
G = 22.95%
B = 40.12%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B973C9 (or 0xB973C9) is known color: Medium Orchid. HEX triplet: B9, 73 and C9. RGB value is (185,115,201). Sum of RGB (Red+Green+Blue) = 185+115+201=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #B973C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973C9 is #468C36. Grayscale: #919191. Windows color (decimal): -4623415 or 13202361. OLE color: 13202361.

HSL color Cylindrical-coordinate representation of color #B973C9: hue angle of 288.84º degrees, saturation: 0.44, 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 #B973C9 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 115 201 -
CMYK 0.08 0.43 0 0.21
HSL 288.84º 0.44% 0.62% -
HSV(B) 288.84º 0.43% 0.79% -
XYZ 36.68 26.79 58.5 -
YUV 145.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 185 115 201 0.08 0.43 0 0.21 288.84 0.44 0.62
Hex B9 73 C9 8 2B 0 15 121 2C 3E
Octal 271 163 311 10 53 0 25 441 54 76
Binary 10111001 1110011 11001001 1000 101011 0 10101 100100001 101100 111110

Color Harmonies of #B973C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973C9

Black with #B973C9

Text Example


Text Example

White with #B973C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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