Html Css Color HEX #B275E9 Medium Purple

📋 copy color: '#B275E9'

red 178 ◦ green 117 ◦ blue 233

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

Shades of Medium Purple #B275E9

Tints of Medium Purple #B275E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.13%

R = 33.71%
G = 22.16%
B = 44.13%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B275E9 (or 0xB275E9) is known color: Medium Purple. HEX triplet: B2, 75 and E9. RGB value is (178,117,233). Sum of RGB (Red+Green+Blue) = 178+117+233=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #B275E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B275E9 is #4D8A16. Grayscale: #949494. Windows color (decimal): -5081623 or 15300018. OLE color: 15300018.

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

Color convert

RGB 178 117 233 -
CMYK 0.24 0.50 0 0.09
HSL 271.55º 0.73% 0.69% -
HSV(B) 271.55º 0.5% 0.91% -
XYZ 39.43 28.07 80.43 -
YUV 148.46 175.71 149.07 -
System Red Green Blue C M Y K H S L
Decimal 178 117 233 0.24 0.50 0 0.09 271.55 0.73 0.69
Hex B2 75 E9 18 32 0 9 110 48 45
Octal 262 165 351 30 62 0 11 420 110 105
Binary 10110010 1110101 11101001 11000 110010 0 1001 100010000 1001000 1000101

Color Harmonies of #B275E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275E9

Black with #B275E9

Text Example


Text Example

White with #B275E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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