Html Css Color HEX #B075EC Medium Purple

📋 copy color: '#B075EC'

red 176 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #B075EC

Tints of Medium Purple #B075EC

RGB

 RED value IS 176 (69.14% from 255) = 33.27%

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 33.27%
G = 22.12%
B = 44.61%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B075EC (or 0xB075EC) is known color: Medium Purple. HEX triplet: B0, 75 and EC. RGB value is (176,117,236). Sum of RGB (Red+Green+Blue) = 176+117+236=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #B075EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B075EC is #4F8A13. Grayscale: #939393. Windows color (decimal): -5212692 or 15496624. OLE color: 15496624.

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

Color convert

RGB 176 117 236 -
CMYK 0.25 0.50 0 0.07
HSL 269.75º 0.76% 0.69% -
HSV(B) 269.75º 0.5% 0.93% -
XYZ 39.41 28.01 82.69 -
YUV 148.21 177.55 147.82 -
System Red Green Blue C M Y K H S L
Decimal 176 117 236 0.25 0.50 0 0.07 269.75 0.76 0.69
Hex B0 75 EC 19 32 0 7 10E 4C 45
Octal 260 165 354 31 62 0 7 416 114 105
Binary 10110000 1110101 11101100 11001 110010 0 111 100001110 1001100 1000101

Color Harmonies of #B075EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075EC

Black with #B075EC

Text Example


Text Example

White with #B075EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075EC; }

 p { color: rgb(176,117,236); }

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

background-color css

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

 a { background-color: rgb(176,117,236); }

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

border-color css

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

 span { border-color: rgb(176,117,236); }

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