Html Css Color HEX #B075F3 Medium Purple

📋 copy color: '#B075F3'

red 176 ◦ green 117 ◦ blue 243

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

Shades of Medium Purple #B075F3

Tints of Medium Purple #B075F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.34%

R = 32.84%
G = 21.83%
B = 45.34%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B075F3 (or 0xB075F3) is known color: Medium Purple. HEX triplet: B0, 75 and F3. RGB value is (176,117,243). Sum of RGB (Red+Green+Blue) = 176+117+243=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #B075F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B075F3 is #4F8A0C. Grayscale: #949494. Windows color (decimal): -5212685 or 15955376. OLE color: 15955376.

HSL color Cylindrical-coordinate representation of color #B075F3: hue angle of 268.1º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B075F3 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 117 243 -
CMYK 0.28 0.52 0 0.05
HSL 268.1º 0.84% 0.71% -
HSV(B) 268.1º 0.52% 0.95% -
XYZ 40.44 28.42 88.15 -
YUV 149.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 176 117 243 0.28 0.52 0 0.05 268.1 0.84 0.71
Hex B0 75 F3 1C 34 0 5 10C 54 47
Octal 260 165 363 34 64 0 5 414 124 107
Binary 10110000 1110101 11110011 11100 110100 0 101 100001100 1010100 1000111

Color Harmonies of #B075F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B075F3

Black with #B075F3

Text Example


Text Example

White with #B075F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B075F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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