Html Css Color HEX #B371DA Medium Orchid

📋 copy color: '#B371DA'

red 179 ◦ green 113 ◦ blue 218

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

Shades of Medium Orchid #B371DA

Tints of Medium Orchid #B371DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.16%

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 35.1%
G = 22.16%
B = 42.75%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B371DA (or 0xB371DA) is known color: Medium Orchid. HEX triplet: B3, 71 and DA. RGB value is (179,113,218). Sum of RGB (Red+Green+Blue) = 179+113+218=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B371DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371DA is #4C8E25. Grayscale: #909090. Windows color (decimal): -5017126 or 14315955. OLE color: 14315955.

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

Color convert

RGB 179 113 218 -
CMYK 0.18 0.48 0 0.15
HSL 277.71º 0.59% 0.65% -
HSV(B) 277.71º 0.48% 0.85% -
XYZ 37.15 26.46 69.48 -
YUV 144.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 179 113 218 0.18 0.48 0 0.15 277.71 0.59 0.65
Hex B3 71 DA 12 30 0 F 116 3B 41
Octal 263 161 332 22 60 0 17 426 73 101
Binary 10110011 1110001 11011010 10010 110000 0 1111 100010110 111011 1000001

Color Harmonies of #B371DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371DA

Black with #B371DA

Text Example


Text Example

White with #B371DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371DA; }

 p { color: rgb(179,113,218); }

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

background-color css

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

 a { background-color: rgb(179,113,218); }

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

border-color css

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

 span { border-color: rgb(179,113,218); }

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