Html Css Color HEX #B274EB Medium Purple

📋 copy color: '#B274EB'

red 178 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #B274EB

Tints of Medium Purple #B274EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 33.65%
G = 21.93%
B = 44.42%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B274EB (or 0xB274EB) is known color: Medium Purple. HEX triplet: B2, 74 and EB. RGB value is (178,116,235). Sum of RGB (Red+Green+Blue) = 178+116+235=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #B274EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B274EB is #4D8B14. Grayscale: #939393. Windows color (decimal): -5081877 or 15430834. OLE color: 15430834.

HSL color Cylindrical-coordinate representation of color #B274EB: hue angle of 271.26º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B274EB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 116 235 -
CMYK 0.24 0.51 0 0.08
HSL 271.26º 0.75% 0.69% -
HSV(B) 271.26º 0.51% 0.92% -
XYZ 39.6 27.95 81.91 -
YUV 148.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 178 116 235 0.24 0.51 0 0.08 271.26 0.75 0.69
Hex B2 74 EB 18 33 0 8 10F 4B 45
Octal 262 164 353 30 63 0 10 417 113 105
Binary 10110010 1110100 11101011 11000 110011 0 1000 100001111 1001011 1000101

Color Harmonies of #B274EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B274EB

Black with #B274EB

Text Example


Text Example

White with #B274EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B274EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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