Html Css Color HEX #B373CD Medium Orchid

📋 copy color: '#B373CD'

red 179 ◦ green 115 ◦ blue 205

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

Shades of Medium Orchid #B373CD

Tints of Medium Orchid #B373CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 35.87%
G = 23.05%
B = 41.08%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B373CD (or 0xB373CD) is known color: Medium Orchid. HEX triplet: B3, 73 and CD. RGB value is (179,115,205). Sum of RGB (Red+Green+Blue) = 179+115+205=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #B373CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373CD is #4C8C32. Grayscale: #909090. Windows color (decimal): -5016627 or 13464499. OLE color: 13464499.

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

Color convert

RGB 179 115 205 -
CMYK 0.13 0.44 0 0.20
HSL 282.67º 0.47% 0.63% -
HSV(B) 282.67º 0.44% 0.8% -
XYZ 35.74 26.25 60.94 -
YUV 144.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 179 115 205 0.13 0.44 0 0.20 282.67 0.47 0.63
Hex B3 73 CD D 2C 0 14 11B 2F 3F
Octal 263 163 315 15 54 0 24 433 57 77
Binary 10110011 1110011 11001101 1101 101100 0 10100 100011011 101111 111111

Color Harmonies of #B373CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373CD

Black with #B373CD

Text Example


Text Example

White with #B373CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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