Html Css Color HEX #B273FE Medium Purple

📋 copy color: '#B273FE'

red 178 ◦ green 115 ◦ blue 254

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

Shades of Medium Purple #B273FE

Tints of Medium Purple #B273FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 32.54%
G = 21.02%
B = 46.44%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B273FE (or 0xB273FE) is known color: Medium Purple. HEX triplet: B2, 73 and FE. RGB value is (178,115,254). Sum of RGB (Red+Green+Blue) = 178+115+254=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #B273FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B273FE is #4D8C01. Grayscale: #959595. Windows color (decimal): -5082114 or 16675762. OLE color: 16675762.

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

Color convert

RGB 178 115 254 -
CMYK 0.30 0.55 0 0.00
HSL 267.19º 0.99% 0.72% -
HSV(B) 267.19º 0.55% 1% -
XYZ 42.38 28.88 97.11 -
YUV 149.68 186.87 148.2 -
System Red Green Blue C M Y K H S L
Decimal 178 115 254 0.30 0.55 0 0.00 267.19 0.99 0.72
Hex B2 73 FE 1E 37 0 0 10B 63 48
Octal 262 163 376 36 67 0 0 413 143 110
Binary 10110010 1110011 11111110 11110 110111 0 0 100001011 1100011 1001000

Color Harmonies of #B273FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273FE

Black with #B273FE

Text Example


Text Example

White with #B273FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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