Html Css Color HEX #B278FF Medium Purple

📋 copy color: '#B278FF'

red 178 ◦ green 120 ◦ blue 255

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

Shades of Medium Purple #B278FF

Tints of Medium Purple #B278FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.11%

R = 32.19%
G = 21.7%
B = 46.11%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B278FF (or 0xB278FF) is known color: Medium Purple. HEX triplet: B2, 78 and FF. RGB value is (178,120,255). Sum of RGB (Red+Green+Blue) = 178+120+255=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #B278FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B278FF is #4D8700. Grayscale: #989898. Windows color (decimal): -5080833 or 16742578. OLE color: 16742578.

HSL color Cylindrical-coordinate representation of color #B278FF: hue angle of 265.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B278FF is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 120 255 -
CMYK 0.30 0.53 0 0
HSL 265.78º 1% 0.74% -
HSV(B) 265.78º 0.53% 1% -
XYZ 43.13 30.12 98.15 -
YUV 152.73 185.72 146.02 -
System Red Green Blue C M Y K H S L
Decimal 178 120 255 0.30 0.53 0 0 265.78 1 0.74
Hex B2 78 FF 1E 35 0 0 10A 64 4A
Octal 262 170 377 36 65 0 0 412 144 112
Binary 10110010 1111000 11111111 11110 110101 0 0 100001010 1100100 1001010

Color Harmonies of #B278FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B278FF

Black with #B278FF

Text Example


Text Example

White with #B278FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B278FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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