Html Css Color HEX #B373CE Medium Orchid

📋 copy color: '#B373CE'

red 179 ◦ green 115 ◦ blue 206

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

Shades of Medium Orchid #B373CE

Tints of Medium Orchid #B373CE

RGB

 RED value IS 179 (70.31% from 255) = 35.8%

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 35.8%
G = 23%
B = 41.2%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B373CE (or 0xB373CE) is known color: Medium Orchid. HEX triplet: B3, 73 and CE. RGB value is (179,115,206). Sum of RGB (Red+Green+Blue) = 179+115+206=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #B373CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373CE is #4C8C31. Grayscale: #909090. Windows color (decimal): -5016626 or 13530035. OLE color: 13530035.

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

Color convert

RGB 179 115 206 -
CMYK 0.13 0.44 0 0.19
HSL 282.2º 0.48% 0.63% -
HSV(B) 282.2º 0.44% 0.81% -
XYZ 35.86 26.3 61.58 -
YUV 144.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 179 115 206 0.13 0.44 0 0.19 282.2 0.48 0.63
Hex B3 73 CE D 2C 0 13 11A 30 3F
Octal 263 163 316 15 54 0 23 432 60 77
Binary 10110011 1110011 11001110 1101 101100 0 10011 100011010 110000 111111

Color Harmonies of #B373CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373CE

Black with #B373CE

Text Example


Text Example

White with #B373CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373CE; }

 p { color: rgb(179,115,206); }

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

background-color css

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

 a { background-color: rgb(179,115,206); }

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

border-color css

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

 span { border-color: rgb(179,115,206); }

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