Html Css Color HEX #B271CA Medium Orchid

📋 copy color: '#B271CA'

red 178 ◦ green 113 ◦ blue 202

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

Shades of Medium Orchid #B271CA

Tints of Medium Orchid #B271CA

RGB

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

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

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

R = 36.11%
G = 22.92%
B = 40.97%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B271CA (or 0xB271CA) is known color: Medium Orchid. HEX triplet: B2, 71 and CA. RGB value is (178,113,202). Sum of RGB (Red+Green+Blue) = 178+113+202=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #B271CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271CA is #4D8E35. Grayscale: #8E8E8E. Windows color (decimal): -5082678 or 13267378. OLE color: 13267378.

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

Color convert

RGB 178 113 202 -
CMYK 0.12 0.44 0 0.21
HSL 283.82º 0.46% 0.62% -
HSV(B) 283.82º 0.44% 0.79% -
XYZ 34.93 25.54 58.97 -
YUV 142.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 178 113 202 0.12 0.44 0 0.21 283.82 0.46 0.62
Hex B2 71 CA C 2C 0 15 11C 2E 3E
Octal 262 161 312 14 54 0 25 434 56 76
Binary 10110010 1110001 11001010 1100 101100 0 10101 100011100 101110 111110

Color Harmonies of #B271CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271CA

Black with #B271CA

Text Example


Text Example

White with #B271CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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