Html Css Color HEX #B371CB Medium Orchid

📋 copy color: '#B371CB'

red 179 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #B371CB

Tints of Medium Orchid #B371CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 36.16%
G = 22.83%
B = 41.01%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B371CB (or 0xB371CB) is known color: Medium Orchid. HEX triplet: B3, 71 and CB. RGB value is (179,113,203). Sum of RGB (Red+Green+Blue) = 179+113+203=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #B371CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371CB is #4C8E34. Grayscale: #8E8E8E. Windows color (decimal): -5017141 or 13332915. OLE color: 13332915.

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

Color convert

RGB 179 113 203 -
CMYK 0.12 0.44 0 0.20
HSL 284º 0.46% 0.62% -
HSV(B) 284º 0.44% 0.8% -
XYZ 35.28 25.71 59.6 -
YUV 142.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 179 113 203 0.12 0.44 0 0.20 284 0.46 0.62
Hex B3 71 CB C 2C 0 14 11C 2E 3E
Octal 263 161 313 14 54 0 24 434 56 76
Binary 10110011 1110001 11001011 1100 101100 0 10100 100011100 101110 111110

Color Harmonies of #B371CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371CB

Black with #B371CB

Text Example


Text Example

White with #B371CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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