Html Css Color HEX #B270E8 Medium Purple

📋 copy color: '#B270E8'

red 178 ◦ green 112 ◦ blue 232

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

Shades of Medium Purple #B270E8

Tints of Medium Purple #B270E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.44%

R = 34.1%
G = 21.46%
B = 44.44%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B270E8 (or 0xB270E8) is known color: Medium Purple. HEX triplet: B2, 70 and E8. RGB value is (178,112,232). Sum of RGB (Red+Green+Blue) = 178+112+232=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #B270E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B270E8 is #4D8F17. Grayscale: #919191. Windows color (decimal): -5082904 or 15233202. OLE color: 15233202.

HSL color Cylindrical-coordinate representation of color #B270E8: hue angle of 273º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B270E8 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 112 232 -
CMYK 0.23 0.52 0 0.09
HSL 273º 0.72% 0.67% -
HSV(B) 273º 0.52% 0.91% -
XYZ 38.72 26.88 79.49 -
YUV 145.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 178 112 232 0.23 0.52 0 0.09 273 0.72 0.67
Hex B2 70 E8 17 34 0 9 111 48 43
Octal 262 160 350 27 64 0 11 421 110 103
Binary 10110010 1110000 11101000 10111 110100 0 1001 100010001 1001000 1000011

Color Harmonies of #B270E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270E8

Black with #B270E8

Text Example


Text Example

White with #B270E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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