Html Css Color HEX #B973EC Medium Orchid

📋 copy color: '#B973EC'

red 185 ◦ green 115 ◦ blue 236

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

Shades of Medium Orchid #B973EC

Tints of Medium Orchid #B973EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 34.51%
G = 21.46%
B = 44.03%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B973EC (or 0xB973EC) is known color: Medium Orchid. HEX triplet: B9, 73 and EC. RGB value is (185,115,236). Sum of RGB (Red+Green+Blue) = 185+115+236=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #B973EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973EC is #468C13. Grayscale: #959595. Windows color (decimal): -4623380 or 15496121. OLE color: 15496121.

HSL color Cylindrical-coordinate representation of color #B973EC: hue angle of 274.71º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B973EC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 115 236 -
CMYK 0.22 0.51 0 0.07
HSL 274.71º 0.76% 0.69% -
HSV(B) 274.71º 0.51% 0.93% -
XYZ 41.28 28.63 82.71 -
YUV 149.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 185 115 236 0.22 0.51 0 0.07 274.71 0.76 0.69
Hex B9 73 EC 16 33 0 7 113 4C 45
Octal 271 163 354 26 63 0 7 423 114 105
Binary 10111001 1110011 11101100 10110 110011 0 111 100010011 1001100 1000101

Color Harmonies of #B973EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973EC

Black with #B973EC

Text Example


Text Example

White with #B973EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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