Html Css Color HEX #B07FFA Medium Purple

📋 copy color: '#B07FFA'

red 176 ◦ green 127 ◦ blue 250

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

Shades of Medium Purple #B07FFA

Tints of Medium Purple #B07FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

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

R = 31.83%
G = 22.97%
B = 45.21%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B07FFA (or 0xB07FFA) is known color: Medium Purple. HEX triplet: B0, 7F and FA. RGB value is (176,127,250). Sum of RGB (Red+Green+Blue) = 176+127+250=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #B07FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FFA is #4F8005. Grayscale: #9B9B9B. Windows color (decimal): -5210118 or 16416688. OLE color: 16416688.

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

Color convert

RGB 176 127 250 -
CMYK 0.30 0.49 0 0.02
HSL 263.9º 0.92% 0.74% -
HSV(B) 263.9º 0.49% 0.98% -
XYZ 42.75 31.31 94.23 -
YUV 155.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 176 127 250 0.30 0.49 0 0.02 263.9 0.92 0.74
Hex B0 7F FA 1E 31 0 2 108 5C 4A
Octal 260 177 372 36 61 0 2 410 134 112
Binary 10110000 1111111 11111010 11110 110001 0 10 100001000 1011100 1001010

Color Harmonies of #B07FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FFA

Black with #B07FFA

Text Example


Text Example

White with #B07FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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