Html Css Color HEX #B370DF Medium Orchid

📋 copy color: '#B370DF'

red 179 ◦ green 112 ◦ blue 223

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

Shades of Medium Orchid #B370DF

Tints of Medium Orchid #B370DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.79%

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

R = 34.82%
G = 21.79%
B = 43.39%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B370DF (or 0xB370DF) is known color: Medium Orchid. HEX triplet: B3, 70 and DF. RGB value is (179,112,223). Sum of RGB (Red+Green+Blue) = 179+112+223=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #B370DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370DF is #4C8F20. Grayscale: #909090. Windows color (decimal): -5017377 or 14643379. OLE color: 14643379.

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

Color convert

RGB 179 112 223 -
CMYK 0.20 0.50 0 0.13
HSL 276.22º 0.63% 0.66% -
HSV(B) 276.22º 0.5% 0.87% -
XYZ 37.7 26.5 72.94 -
YUV 144.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 179 112 223 0.20 0.50 0 0.13 276.22 0.63 0.66
Hex B3 70 DF 14 32 0 D 114 3F 42
Octal 263 160 337 24 62 0 15 424 77 102
Binary 10110011 1110000 11011111 10100 110010 0 1101 100010100 111111 1000010

Color Harmonies of #B370DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370DF

Black with #B370DF

Text Example


Text Example

White with #B370DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370DF; }

 p { color: rgb(179,112,223); }

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

background-color css

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

 a { background-color: rgb(179,112,223); }

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

border-color css

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

 span { border-color: rgb(179,112,223); }

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