Html Css Color HEX #B275ED Medium Purple

📋 copy color: '#B275ED'

red 178 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #B275ED

Tints of Medium Purple #B275ED

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.99%

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

R = 33.46%
G = 21.99%
B = 44.55%

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

#B275ED (or 0xB275ED) is known color: Medium Purple. HEX triplet: B2, 75 and ED. RGB value is (178,117,237). Sum of RGB (Red+Green+Blue) = 178+117+237=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #B275ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B275ED is #4D8A12. Grayscale: #949494. Windows color (decimal): -5081619 or 15562162. OLE color: 15562162.

HSL color Cylindrical-coordinate representation of color #B275ED: hue angle of 270.5º 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 #B275ED is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 117 237 -
CMYK 0.25 0.51 0 0.07
HSL 270.5º 0.77% 0.69% -
HSV(B) 270.5º 0.51% 0.93% -
XYZ 40.01 28.3 83.47 -
YUV 148.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 178 117 237 0.25 0.51 0 0.07 270.5 0.77 0.69
Hex B2 75 ED 19 33 0 7 10E 4D 45
Octal 262 165 355 31 63 0 7 416 115 105
Binary 10110010 1110101 11101101 11001 110011 0 111 100001110 1001101 1000101

Color Harmonies of #B275ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275ED

Black with #B275ED

Text Example


Text Example

White with #B275ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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