Html Css Color HEX #B370D8 Medium Orchid

📋 copy color: '#B370D8'

red 179 ◦ green 112 ◦ blue 216

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

Shades of Medium Orchid #B370D8

Tints of Medium Orchid #B370D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.6%

R = 35.31%
G = 22.09%
B = 42.6%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B370D8 (or 0xB370D8) is known color: Medium Orchid. HEX triplet: B3, 70 and D8. RGB value is (179,112,216). Sum of RGB (Red+Green+Blue) = 179+112+216=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #B370D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370D8 is #4C8F27. Grayscale: #8F8F8F. Windows color (decimal): -5017384 or 14184627. OLE color: 14184627.

HSL color Cylindrical-coordinate representation of color #B370D8: hue angle of 278.65º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B370D8 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 112 216 -
CMYK 0.17 0.48 0 0.15
HSL 278.65º 0.57% 0.64% -
HSV(B) 278.65º 0.48% 0.85% -
XYZ 36.78 26.13 68.07 -
YUV 143.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 179 112 216 0.17 0.48 0 0.15 278.65 0.57 0.64
Hex B3 70 D8 11 30 0 F 117 39 40
Octal 263 160 330 21 60 0 17 427 71 100
Binary 10110011 1110000 11011000 10001 110000 0 1111 100010111 111001 1000000

Color Harmonies of #B370D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370D8

Black with #B370D8

Text Example


Text Example

White with #B370D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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