Html Css Color HEX #B06FFA Medium Purple

📋 copy color: '#B06FFA'

red 176 ◦ green 111 ◦ blue 250

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

Shades of Medium Purple #B06FFA

Tints of Medium Purple #B06FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.67%

 BLUE value IS 250 (98.05% from 255) = 46.55%

R = 32.77%
G = 20.67%
B = 46.55%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B06FFA (or 0xB06FFA) is known color: Medium Purple. HEX triplet: B0, 6F and FA. RGB value is (176,111,250). Sum of RGB (Red+Green+Blue) = 176+111+250=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #B06FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FFA is #4F9005. Grayscale: #919191. Windows color (decimal): -5214214 or 16412592. OLE color: 16412592.

HSL color Cylindrical-coordinate representation of color #B06FFA: hue angle of 268.06º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B06FFA is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 111 250 -
CMYK 0.30 0.56 0 0.02
HSL 268.06º 0.93% 0.71% -
HSV(B) 268.06º 0.56% 0.98% -
XYZ 40.84 27.5 93.6 -
YUV 146.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 176 111 250 0.30 0.56 0 0.02 268.06 0.93 0.71
Hex B0 6F FA 1E 38 0 2 10C 5D 47
Octal 260 157 372 36 70 0 2 414 135 107
Binary 10110000 1101111 11111010 11110 111000 0 10 100001100 1011101 1000111

Color Harmonies of #B06FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FFA

Black with #B06FFA

Text Example


Text Example

White with #B06FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FFA; }

 p { color: rgb(176,111,250); }

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

background-color css

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

 a { background-color: rgb(176,111,250); }

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

border-color css

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

 span { border-color: rgb(176,111,250); }

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