Html Css Color HEX #B371CA Medium Orchid

📋 copy color: '#B371CA'

red 179 ◦ green 113 ◦ blue 202

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

Shades of Medium Orchid #B371CA

Tints of Medium Orchid #B371CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 36.23%
G = 22.87%
B = 40.89%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B371CA (or 0xB371CA) is known color: Medium Orchid. HEX triplet: B3, 71 and CA. RGB value is (179,113,202). Sum of RGB (Red+Green+Blue) = 179+113+202=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #B371CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371CA is #4C8E35. Grayscale: #8E8E8E. Windows color (decimal): -5017142 or 13267379. OLE color: 13267379.

HSL color Cylindrical-coordinate representation of color #B371CA: hue angle of 284.49º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B371CA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 113 202 -
CMYK 0.11 0.44 0 0.21
HSL 284.49º 0.46% 0.62% -
HSV(B) 284.49º 0.44% 0.79% -
XYZ 35.16 25.66 58.98 -
YUV 142.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 179 113 202 0.11 0.44 0 0.21 284.49 0.46 0.62
Hex B3 71 CA B 2C 0 15 11C 2E 3E
Octal 263 161 312 13 54 0 25 434 56 76
Binary 10110011 1110001 11001010 1011 101100 0 10101 100011100 101110 111110

Color Harmonies of #B371CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371CA

Black with #B371CA

Text Example


Text Example

White with #B371CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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