Html Css Color HEX #B371D2 Medium Orchid

📋 copy color: '#B371D2'

red 179 ◦ green 113 ◦ blue 210

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

Shades of Medium Orchid #B371D2

Tints of Medium Orchid #B371D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.83%

R = 35.66%
G = 22.51%
B = 41.83%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B371D2 (or 0xB371D2) is known color: Medium Orchid. HEX triplet: B3, 71 and D2. RGB value is (179,113,210). Sum of RGB (Red+Green+Blue) = 179+113+210=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #B371D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371D2 is #4C8E2D. Grayscale: #8F8F8F. Windows color (decimal): -5017134 or 13791667. OLE color: 13791667.

HSL color Cylindrical-coordinate representation of color #B371D2: hue angle of 280.82º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B371D2 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 113 210 -
CMYK 0.15 0.46 0 0.18
HSL 280.82º 0.52% 0.63% -
HSV(B) 280.82º 0.46% 0.82% -
XYZ 36.13 26.05 64.1 -
YUV 143.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 179 113 210 0.15 0.46 0 0.18 280.82 0.52 0.63
Hex B3 71 D2 F 2E 0 12 119 34 3F
Octal 263 161 322 17 56 0 22 431 64 77
Binary 10110011 1110001 11010010 1111 101110 0 10010 100011001 110100 111111

Color Harmonies of #B371D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371D2

Black with #B371D2

Text Example


Text Example

White with #B371D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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