Html Css Color HEX #B278EE Medium Purple

📋 copy color: '#B278EE'

red 178 ◦ green 120 ◦ blue 238

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

Shades of Medium Purple #B278EE

Tints of Medium Purple #B278EE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.39%

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

R = 33.21%
G = 22.39%
B = 44.4%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B278EE (or 0xB278EE) is known color: Medium Purple. HEX triplet: B2, 78 and EE. RGB value is (178,120,238). Sum of RGB (Red+Green+Blue) = 178+120+238=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #B278EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B278EE is #4D8711. Grayscale: #969696. Windows color (decimal): -5080850 or 15628466. OLE color: 15628466.

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

Color convert

RGB 178 120 238 -
CMYK 0.25 0.50 0 0.07
HSL 269.49º 0.78% 0.7% -
HSV(B) 269.49º 0.5% 0.93% -
XYZ 40.51 29.07 84.37 -
YUV 150.79 177.22 147.41 -
System Red Green Blue C M Y K H S L
Decimal 178 120 238 0.25 0.50 0 0.07 269.49 0.78 0.7
Hex B2 78 EE 19 32 0 7 10D 4E 46
Octal 262 170 356 31 62 0 7 415 116 106
Binary 10110010 1111000 11101110 11001 110010 0 111 100001101 1001110 1000110

Color Harmonies of #B278EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B278EE

Black with #B278EE

Text Example


Text Example

White with #B278EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B278EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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