Html Css Color HEX #B275EE Medium Purple

📋 copy color: '#B275EE'

red 178 ◦ green 117 ◦ blue 238

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

Shades of Medium Purple #B275EE

Tints of Medium Purple #B275EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 33.4%
G = 21.95%
B = 44.65%

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

#B275EE (or 0xB275EE) is known color: Medium Purple. HEX triplet: B2, 75 and EE. RGB value is (178,117,238). Sum of RGB (Red+Green+Blue) = 178+117+238=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #B275EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B275EE is #4D8A11. Grayscale: #949494. Windows color (decimal): -5081618 or 15627698. OLE color: 15627698.

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

Color convert

RGB 178 117 238 -
CMYK 0.25 0.51 0 0.07
HSL 270.25º 0.78% 0.7% -
HSV(B) 270.25º 0.51% 0.93% -
XYZ 40.15 28.36 84.25 -
YUV 149.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 178 117 238 0.25 0.51 0 0.07 270.25 0.78 0.7
Hex B2 75 EE 19 33 0 7 10E 4E 46
Octal 262 165 356 31 63 0 7 416 116 106
Binary 10110010 1110101 11101110 11001 110011 0 111 100001110 1001110 1000110

Color Harmonies of #B275EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275EE

Black with #B275EE

Text Example


Text Example

White with #B275EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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