Html Css Color HEX #B05FFF Medium Purple

📋 copy color: '#B05FFF'

red 176 ◦ green 95 ◦ blue 255

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

Shades of Medium Purple #B05FFF

Tints of Medium Purple #B05FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.06%

 BLUE value IS 255 (100% from 255) = 48.48%

R = 33.46%
G = 18.06%
B = 48.48%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B05FFF (or 0xB05FFF) is known color: Medium Purple. HEX triplet: B0, 5F and FF. RGB value is (176,95,255). Sum of RGB (Red+Green+Blue) = 176+95+255=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #B05FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05FFF is #4FA000. Grayscale: #888888. Windows color (decimal): -5218305 or 16736176. OLE color: 16736176.

HSL color Cylindrical-coordinate representation of color #B05FFF: hue angle of 270.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B05FFF is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 95 255 -
CMYK 0.31 0.63 0 0
HSL 270.38º 1% 0.69% -
HSV(B) 270.38º 0.63% 1% -
XYZ 40.05 24.63 97.25 -
YUV 137.46 194.34 155.49 -
System Red Green Blue C M Y K H S L
Decimal 176 95 255 0.31 0.63 0 0 270.38 1 0.69
Hex B0 5F FF 1F 3F 0 0 10E 64 45
Octal 260 137 377 37 77 0 0 416 144 105
Binary 10110000 1011111 11111111 11111 111111 0 0 100001110 1100100 1000101

Color Harmonies of #B05FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05FFF

Black with #B05FFF

Text Example


Text Example

White with #B05FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05FFF; }

 p { color: rgb(176,95,255); }

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

background-color css

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

 a { background-color: rgb(176,95,255); }

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

border-color css

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

 span { border-color: rgb(176,95,255); }

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