Html Css Color HEX #B973DF Medium Orchid

📋 copy color: '#B973DF'

red 185 ◦ green 115 ◦ blue 223

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

Shades of Medium Orchid #B973DF

Tints of Medium Orchid #B973DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 35.37%
G = 21.99%
B = 42.64%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B973DF (or 0xB973DF) is known color: Medium Orchid. HEX triplet: B9, 73 and DF. RGB value is (185,115,223). Sum of RGB (Red+Green+Blue) = 185+115+223=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #B973DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973DF is #468C20. Grayscale: #939393. Windows color (decimal): -4623393 or 14644153. OLE color: 14644153.

HSL color Cylindrical-coordinate representation of color #B973DF: hue angle of 278.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B973DF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 115 223 -
CMYK 0.17 0.48 0 0.13
HSL 278.89º 0.63% 0.66% -
HSV(B) 278.89º 0.48% 0.87% -
XYZ 39.46 27.9 73.12 -
YUV 148.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 185 115 223 0.17 0.48 0 0.13 278.89 0.63 0.66
Hex B9 73 DF 11 30 0 D 117 3F 42
Octal 271 163 337 21 60 0 15 427 77 102
Binary 10111001 1110011 11011111 10001 110000 0 1101 100010111 111111 1000010

Color Harmonies of #B973DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973DF

Black with #B973DF

Text Example


Text Example

White with #B973DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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