Html Css Color HEX #B273FD Medium Purple

📋 copy color: '#B273FD'

red 178 ◦ green 115 ◦ blue 253

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

Shades of Medium Purple #B273FD

Tints of Medium Purple #B273FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 32.6%
G = 21.06%
B = 46.34%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B273FD (or 0xB273FD) is known color: Medium Purple. HEX triplet: B2, 73 and FD. RGB value is (178,115,253). Sum of RGB (Red+Green+Blue) = 178+115+253=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #B273FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B273FD is #4D8C02. Grayscale: #959595. Windows color (decimal): -5082115 or 16610226. OLE color: 16610226.

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

Color convert

RGB 178 115 253 -
CMYK 0.30 0.55 0 0.01
HSL 267.39º 0.97% 0.72% -
HSV(B) 267.39º 0.55% 0.99% -
XYZ 42.22 28.82 96.27 -
YUV 149.57 186.37 148.28 -
System Red Green Blue C M Y K H S L
Decimal 178 115 253 0.30 0.55 0 0.01 267.39 0.97 0.72
Hex B2 73 FD 1E 37 0 1 10B 61 48
Octal 262 163 375 36 67 0 1 413 141 110
Binary 10110010 1110011 11111101 11110 110111 0 1 100001011 1100001 1001000

Color Harmonies of #B273FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273FD

Black with #B273FD

Text Example


Text Example

White with #B273FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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