Html Css Color HEX #B274FF Medium Purple

📋 copy color: '#B274FF'

red 178 ◦ green 116 ◦ blue 255

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

Shades of Medium Purple #B274FF

Tints of Medium Purple #B274FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.45%

R = 32.42%
G = 21.13%
B = 46.45%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B274FF (or 0xB274FF) is known color: Medium Purple. HEX triplet: B2, 74 and FF. RGB value is (178,116,255). Sum of RGB (Red+Green+Blue) = 178+116+255=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B274FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B274FF is #4D8B00. Grayscale: #959595. Windows color (decimal): -5081857 or 16741554. OLE color: 16741554.

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

Color convert

RGB 178 116 255 -
CMYK 0.30 0.55 0 0
HSL 266.76º 1% 0.73% -
HSV(B) 266.76º 0.55% 1% -
XYZ 42.66 29.18 97.99 -
YUV 150.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 178 116 255 0.30 0.55 0 0 266.76 1 0.73
Hex B2 74 FF 1E 37 0 0 10B 64 49
Octal 262 164 377 36 67 0 0 413 144 111
Binary 10110010 1110100 11111111 11110 110111 0 0 100001011 1100100 1001001

Color Harmonies of #B274FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B274FF

Black with #B274FF

Text Example


Text Example

White with #B274FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B274FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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