Html Css Color HEX #B05FFD Medium Purple

📋 copy color: '#B05FFD'

red 176 ◦ green 95 ◦ blue 253

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

Shades of Medium Purple #B05FFD

Tints of Medium Purple #B05FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 33.59%
G = 18.13%
B = 48.28%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B05FFD (or 0xB05FFD) is known color: Medium Purple. HEX triplet: B0, 5F and FD. RGB value is (176,95,253). Sum of RGB (Red+Green+Blue) = 176+95+253=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #B05FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05FFD is #4FA002. Grayscale: #888888. Windows color (decimal): -5218307 or 16605104. OLE color: 16605104.

HSL color Cylindrical-coordinate representation of color #B05FFD: hue angle of 270.76º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05FFD is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 95 253 -
CMYK 0.30 0.62 0 0.01
HSL 270.76º 0.98% 0.68% -
HSV(B) 270.76º 0.62% 0.99% -
XYZ 39.73 24.51 95.56 -
YUV 137.23 193.34 155.65 -
System Red Green Blue C M Y K H S L
Decimal 176 95 253 0.30 0.62 0 0.01 270.76 0.98 0.68
Hex B0 5F FD 1E 3E 0 1 10F 62 44
Octal 260 137 375 36 76 0 1 417 142 104
Binary 10110000 1011111 11111101 11110 111110 0 1 100001111 1100010 1000100

Color Harmonies of #B05FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05FFD

Black with #B05FFD

Text Example


Text Example

White with #B05FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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