Html Css Color HEX #B273F7 Medium Purple

📋 copy color: '#B273F7'

red 178 ◦ green 115 ◦ blue 247

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

Shades of Medium Purple #B273F7

Tints of Medium Purple #B273F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.74%

R = 32.96%
G = 21.3%
B = 45.74%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B273F7 (or 0xB273F7) is known color: Medium Purple. HEX triplet: B2, 73 and F7. RGB value is (178,115,247). Sum of RGB (Red+Green+Blue) = 178+115+247=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #B273F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B273F7 is #4D8C08. Grayscale: #949494. Windows color (decimal): -5082121 or 16217010. OLE color: 16217010.

HSL color Cylindrical-coordinate representation of color #B273F7: hue angle of 268.64º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B273F7 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 115 247 -
CMYK 0.28 0.53 0 0.03
HSL 268.64º 0.89% 0.71% -
HSV(B) 268.64º 0.53% 0.97% -
XYZ 41.28 28.44 91.31 -
YUV 148.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 178 115 247 0.28 0.53 0 0.03 268.64 0.89 0.71
Hex B2 73 F7 1C 35 0 3 10D 59 47
Octal 262 163 367 34 65 0 3 415 131 107
Binary 10110010 1110011 11110111 11100 110101 0 11 100001101 1011001 1000111

Color Harmonies of #B273F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273F7

Black with #B273F7

Text Example


Text Example

White with #B273F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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