Html Css Color HEX #B275EB Medium Purple

📋 copy color: '#B275EB'

red 178 ◦ green 117 ◦ blue 235

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

Shades of Medium Purple #B275EB

Tints of Medium Purple #B275EB

RGB

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

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

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

R = 33.58%
G = 22.08%
B = 44.34%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B275EB (or 0xB275EB) is known color: Medium Purple. HEX triplet: B2, 75 and EB. RGB value is (178,117,235). Sum of RGB (Red+Green+Blue) = 178+117+235=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #B275EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B275EB is #4D8A14. Grayscale: #949494. Windows color (decimal): -5081621 or 15431090. OLE color: 15431090.

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

Color convert

RGB 178 117 235 -
CMYK 0.24 0.50 0 0.08
HSL 271.02º 0.75% 0.69% -
HSV(B) 271.02º 0.5% 0.92% -
XYZ 39.72 28.19 81.94 -
YUV 148.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 178 117 235 0.24 0.50 0 0.08 271.02 0.75 0.69
Hex B2 75 EB 18 32 0 8 10F 4B 45
Octal 262 165 353 30 62 0 10 417 113 105
Binary 10110010 1110101 11101011 11000 110010 0 1000 100001111 1001011 1000101

Color Harmonies of #B275EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275EB

Black with #B275EB

Text Example


Text Example

White with #B275EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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