Html Css Color HEX #B061FF Medium Purple

📋 copy color: '#B061FF'

red 176 ◦ green 97 ◦ blue 255

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

Shades of Medium Purple #B061FF

Tints of Medium Purple #B061FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.37%

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

R = 33.33%
G = 18.37%
B = 48.3%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B061FF (or 0xB061FF) is known color: Medium Purple. HEX triplet: B0, 61 and FF. RGB value is (176,97,255). Sum of RGB (Red+Green+Blue) = 176+97+255=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #B061FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B061FF is #4F9E00. Grayscale: #8A8A8A. Windows color (decimal): -5217793 or 16736688. OLE color: 16736688.

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

Color convert

RGB 176 97 255 -
CMYK 0.31 0.62 0 0
HSL 270º 1% 0.69% -
HSV(B) 270º 0.62% 1% -
XYZ 40.23 25 97.31 -
YUV 138.63 193.67 154.65 -
System Red Green Blue C M Y K H S L
Decimal 176 97 255 0.31 0.62 0 0 270 1 0.69
Hex B0 61 FF 1F 3E 0 0 10E 64 45
Octal 260 141 377 37 76 0 0 416 144 105
Binary 10110000 1100001 11111111 11111 111110 0 0 100001110 1100100 1000101

Color Harmonies of #B061FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061FF

Black with #B061FF

Text Example


Text Example

White with #B061FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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