Html Css Color HEX #B973D7 Medium Orchid

📋 copy color: '#B973D7'

red 185 ◦ green 115 ◦ blue 215

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

Shades of Medium Orchid #B973D7

Tints of Medium Orchid #B973D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.75%

R = 35.92%
G = 22.33%
B = 41.75%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B973D7 (or 0xB973D7) is known color: Medium Orchid. HEX triplet: B9, 73 and D7. RGB value is (185,115,215). Sum of RGB (Red+Green+Blue) = 185+115+215=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #B973D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973D7 is #468C28. Grayscale: #939393. Windows color (decimal): -4623401 or 14119865. OLE color: 14119865.

HSL color Cylindrical-coordinate representation of color #B973D7: hue angle of 282º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B973D7 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 115 215 -
CMYK 0.14 0.47 0 0.16
HSL 282º 0.56% 0.65% -
HSV(B) 282º 0.47% 0.84% -
XYZ 38.4 27.48 67.57 -
YUV 147.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 185 115 215 0.14 0.47 0 0.16 282 0.56 0.65
Hex B9 73 D7 E 2F 0 10 11A 38 41
Octal 271 163 327 16 57 0 20 432 70 101
Binary 10111001 1110011 11010111 1110 101111 0 10000 100011010 111000 1000001

Color Harmonies of #B973D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973D7

Black with #B973D7

Text Example


Text Example

White with #B973D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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