Html Css Color HEX #B273EE Medium Purple

📋 copy color: '#B273EE'

red 178 ◦ green 115 ◦ blue 238

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

Shades of Medium Purple #B273EE

Tints of Medium Purple #B273EE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.66%

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 33.52%
G = 21.66%
B = 44.82%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B273EE (or 0xB273EE) is known color: Medium Purple. HEX triplet: B2, 73 and EE. RGB value is (178,115,238). Sum of RGB (Red+Green+Blue) = 178+115+238=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #B273EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B273EE is #4D8C11. Grayscale: #939393. Windows color (decimal): -5082130 or 15627186. OLE color: 15627186.

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

Color convert

RGB 178 115 238 -
CMYK 0.25 0.52 0 0.07
HSL 270.73º 0.78% 0.69% -
HSV(B) 270.73º 0.52% 0.93% -
XYZ 39.92 27.9 84.17 -
YUV 147.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 178 115 238 0.25 0.52 0 0.07 270.73 0.78 0.69
Hex B2 73 EE 19 34 0 7 10F 4E 45
Octal 262 163 356 31 64 0 7 417 116 105
Binary 10110010 1110011 11101110 11001 110100 0 111 100001111 1001110 1000101

Color Harmonies of #B273EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273EE

Black with #B273EE

Text Example


Text Example

White with #B273EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273EE; }

 p { color: rgb(178,115,238); }

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

background-color css

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

 a { background-color: rgb(178,115,238); }

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

border-color css

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

 span { border-color: rgb(178,115,238); }

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