Html Css Color HEX #B270EC Medium Purple

📋 copy color: '#B270EC'

red 178 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #B270EC

Tints of Medium Purple #B270EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.29%

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 33.84%
G = 21.29%
B = 44.87%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B270EC (or 0xB270EC) is known color: Medium Purple. HEX triplet: B2, 70 and EC. RGB value is (178,112,236). Sum of RGB (Red+Green+Blue) = 178+112+236=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #B270EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B270EC is #4D8F13. Grayscale: #919191. Windows color (decimal): -5082900 or 15495346. OLE color: 15495346.

HSL color Cylindrical-coordinate representation of color #B270EC: hue angle of 271.94º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B270EC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 112 236 -
CMYK 0.25 0.53 0 0.07
HSL 271.94º 0.77% 0.68% -
HSV(B) 271.94º 0.53% 0.93% -
XYZ 39.29 27.11 82.52 -
YUV 145.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 178 112 236 0.25 0.53 0 0.07 271.94 0.77 0.68
Hex B2 70 EC 19 35 0 7 110 4D 44
Octal 262 160 354 31 65 0 7 420 115 104
Binary 10110010 1110000 11101100 11001 110101 0 111 100010000 1001101 1000100

Color Harmonies of #B270EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270EC

Black with #B270EC

Text Example


Text Example

White with #B270EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270EC; }

 p { color: rgb(178,112,236); }

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

background-color css

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

 a { background-color: rgb(178,112,236); }

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

border-color css

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

 span { border-color: rgb(178,112,236); }

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