Html Css Color HEX #B274FB Medium Purple

📋 copy color: '#B274FB'

red 178 ◦ green 116 ◦ blue 251

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

Shades of Medium Purple #B274FB

Tints of Medium Purple #B274FB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.28%

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

R = 32.66%
G = 21.28%
B = 46.06%

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

#B274FB (or 0xB274FB) is known color: Medium Purple. HEX triplet: B2, 74 and FB. RGB value is (178,116,251). Sum of RGB (Red+Green+Blue) = 178+116+251=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #B274FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B274FB is #4D8B04. Grayscale: #959595. Windows color (decimal): -5081861 or 16479410. OLE color: 16479410.

HSL color Cylindrical-coordinate representation of color #B274FB: hue angle of 267.56º 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 #B274FB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 116 251 -
CMYK 0.29 0.54 0 0.02
HSL 267.56º 0.94% 0.72% -
HSV(B) 267.56º 0.54% 0.98% -
XYZ 42.02 28.92 94.63 -
YUV 149.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 178 116 251 0.29 0.54 0 0.02 267.56 0.94 0.72
Hex B2 74 FB 1D 36 0 2 10C 5E 48
Octal 262 164 373 35 66 0 2 414 136 110
Binary 10110010 1110100 11111011 11101 110110 0 10 100001100 1011110 1001000

Color Harmonies of #B274FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B274FB

Black with #B274FB

Text Example


Text Example

White with #B274FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B274FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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