Html Css Color HEX #B05FFE Medium Purple

📋 copy color: '#B05FFE'

red 176 ◦ green 95 ◦ blue 254

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

Shades of Medium Purple #B05FFE

Tints of Medium Purple #B05FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 33.52%
G = 18.1%
B = 48.38%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B05FFE (or 0xB05FFE) is known color: Medium Purple. HEX triplet: B0, 5F and FE. RGB value is (176,95,254). Sum of RGB (Red+Green+Blue) = 176+95+254=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #B05FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05FFE is #4FA001. Grayscale: #888888. Windows color (decimal): -5218306 or 16670640. OLE color: 16670640.

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

Color convert

RGB 176 95 254 -
CMYK 0.31 0.63 0 0.00
HSL 270.57º 0.99% 0.68% -
HSV(B) 270.57º 0.63% 1% -
XYZ 39.89 24.57 96.41 -
YUV 137.35 193.84 155.57 -
System Red Green Blue C M Y K H S L
Decimal 176 95 254 0.31 0.63 0 0.00 270.57 0.99 0.68
Hex B0 5F FE 1F 3F 0 0 10F 63 44
Octal 260 137 376 37 77 0 0 417 143 104
Binary 10110000 1011111 11111110 11111 111111 0 0 100001111 1100011 1000100

Color Harmonies of #B05FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05FFE

Black with #B05FFE

Text Example


Text Example

White with #B05FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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