Html Css Color HEX #B273FC Medium Purple

📋 copy color: '#B273FC'

red 178 ◦ green 115 ◦ blue 252

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

Shades of Medium Purple #B273FC

Tints of Medium Purple #B273FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 32.66%
G = 21.1%
B = 46.24%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B273FC (or 0xB273FC) is known color: Medium Purple. HEX triplet: B2, 73 and FC. RGB value is (178,115,252). Sum of RGB (Red+Green+Blue) = 178+115+252=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #B273FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B273FC is #4D8C03. Grayscale: #949494. Windows color (decimal): -5082116 or 16544690. OLE color: 16544690.

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

Color convert

RGB 178 115 252 -
CMYK 0.29 0.54 0 0.01
HSL 267.59º 0.96% 0.72% -
HSV(B) 267.59º 0.54% 0.99% -
XYZ 42.06 28.75 95.43 -
YUV 149.46 185.87 148.36 -
System Red Green Blue C M Y K H S L
Decimal 178 115 252 0.29 0.54 0 0.01 267.59 0.96 0.72
Hex B2 73 FC 1D 36 0 1 10C 60 48
Octal 262 163 374 35 66 0 1 414 140 110
Binary 10110010 1110011 11111100 11101 110110 0 1 100001100 1100000 1001000

Color Harmonies of #B273FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273FC

Black with #B273FC

Text Example


Text Example

White with #B273FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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