Html Css Color HEX #B274ED Medium Purple

📋 copy color: '#B274ED'

red 178 ◦ green 116 ◦ blue 237

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

Shades of Medium Purple #B274ED

Tints of Medium Purple #B274ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 33.52%
G = 21.85%
B = 44.63%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B274ED (or 0xB274ED) is known color: Medium Purple. HEX triplet: B2, 74 and ED. RGB value is (178,116,237). Sum of RGB (Red+Green+Blue) = 178+116+237=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #B274ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B274ED is #4D8B12. Grayscale: #939393. Windows color (decimal): -5081875 or 15561906. OLE color: 15561906.

HSL color Cylindrical-coordinate representation of color #B274ED: hue angle of 270.74º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B274ED is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 116 237 -
CMYK 0.25 0.51 0 0.07
HSL 270.74º 0.77% 0.69% -
HSV(B) 270.74º 0.51% 0.93% -
XYZ 39.89 28.07 83.44 -
YUV 148.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 178 116 237 0.25 0.51 0 0.07 270.74 0.77 0.69
Hex B2 74 ED 19 33 0 7 10F 4D 45
Octal 262 164 355 31 63 0 7 417 115 105
Binary 10110010 1110100 11101101 11001 110011 0 111 100001111 1001101 1000101

Color Harmonies of #B274ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B274ED

Black with #B274ED

Text Example


Text Example

White with #B274ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B274ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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