Html Css Color HEX #B273FB Medium Purple

📋 copy color: '#B273FB'

red 178 ◦ green 115 ◦ blue 251

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

Shades of Medium Purple #B273FB

Tints of Medium Purple #B273FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.14%

R = 32.72%
G = 21.14%
B = 46.14%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B273FB (or 0xB273FB) is known color: Medium Purple. HEX triplet: B2, 73 and FB. RGB value is (178,115,251). Sum of RGB (Red+Green+Blue) = 178+115+251=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #B273FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B273FB is #4D8C04. Grayscale: #949494. Windows color (decimal): -5082117 or 16479154. OLE color: 16479154.

HSL color Cylindrical-coordinate representation of color #B273FB: hue angle of 267.79º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B273FB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 115 251 -
CMYK 0.29 0.54 0 0.02
HSL 267.79º 0.94% 0.72% -
HSV(B) 267.79º 0.54% 0.98% -
XYZ 41.9 28.69 94.6 -
YUV 149.34 185.37 148.44 -
System Red Green Blue C M Y K H S L
Decimal 178 115 251 0.29 0.54 0 0.02 267.79 0.94 0.72
Hex B2 73 FB 1D 36 0 2 10C 5E 48
Octal 262 163 373 35 66 0 2 414 136 110
Binary 10110010 1110011 11111011 11101 110110 0 10 100001100 1011110 1001000

Color Harmonies of #B273FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273FB

Black with #B273FB

Text Example


Text Example

White with #B273FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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