Html Css Color HEX #B273FF Medium Purple

📋 copy color: '#B273FF'

red 178 ◦ green 115 ◦ blue 255

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

Shades of Medium Purple #B273FF

Tints of Medium Purple #B273FF

RGB

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

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

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

R = 32.48%
G = 20.99%
B = 46.53%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B273FF (or 0xB273FF) is known color: Medium Purple. HEX triplet: B2, 73 and FF. RGB value is (178,115,255). Sum of RGB (Red+Green+Blue) = 178+115+255=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #B273FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B273FF is #4D8C00. Grayscale: #959595. Windows color (decimal): -5082113 or 16741298. OLE color: 16741298.

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

Color convert

RGB 178 115 255 -
CMYK 0.30 0.55 0 0
HSL 267º 1% 0.73% -
HSV(B) 267º 0.55% 1% -
XYZ 42.54 28.95 97.95 -
YUV 149.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 178 115 255 0.30 0.55 0 0 267 1 0.73
Hex B2 73 FF 1E 37 0 0 10B 64 49
Octal 262 163 377 36 67 0 0 413 144 111
Binary 10110010 1110011 11111111 11110 110111 0 0 100001011 1100100 1001001

Color Harmonies of #B273FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273FF

Black with #B273FF

Text Example


Text Example

White with #B273FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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