Html Css Color HEX #B271CB Medium Orchid

📋 copy color: '#B271CB'

red 178 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #B271CB

Tints of Medium Orchid #B271CB

RGB

 RED value IS 178 (69.92% from 255) = 36.03%

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

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

R = 36.03%
G = 22.87%
B = 41.09%

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

#B271CB (or 0xB271CB) is known color: Medium Orchid. HEX triplet: B2, 71 and CB. RGB value is (178,113,203). Sum of RGB (Red+Green+Blue) = 178+113+203=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #B271CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271CB is #4D8E34. Grayscale: #8E8E8E. Windows color (decimal): -5082677 or 13332914. OLE color: 13332914.

HSL color Cylindrical-coordinate representation of color #B271CB: hue angle of 283.33º 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 #B271CB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 113 203 -
CMYK 0.12 0.44 0 0.20
HSL 283.33º 0.46% 0.62% -
HSV(B) 283.33º 0.44% 0.8% -
XYZ 35.04 25.59 59.59 -
YUV 142.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 178 113 203 0.12 0.44 0 0.20 283.33 0.46 0.62
Hex B2 71 CB C 2C 0 14 11B 2E 3E
Octal 262 161 313 14 54 0 24 433 56 76
Binary 10110010 1110001 11001011 1100 101100 0 10100 100011011 101110 111110

Color Harmonies of #B271CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271CB

Black with #B271CB

Text Example


Text Example

White with #B271CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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