Html Css Color HEX #B07FFC Medium Purple

📋 copy color: '#B07FFC'

red 176 ◦ green 127 ◦ blue 252

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

Shades of Medium Purple #B07FFC

Tints of Medium Purple #B07FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.41%

R = 31.71%
G = 22.88%
B = 45.41%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B07FFC (or 0xB07FFC) is known color: Medium Purple. HEX triplet: B0, 7F and FC. RGB value is (176,127,252). Sum of RGB (Red+Green+Blue) = 176+127+252=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #B07FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FFC is #4F8003. Grayscale: #9B9B9B. Windows color (decimal): -5210116 or 16547760. OLE color: 16547760.

HSL color Cylindrical-coordinate representation of color #B07FFC: hue angle of 263.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07FFC is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 127 252 -
CMYK 0.30 0.50 0 0.01
HSL 263.52º 0.95% 0.74% -
HSV(B) 263.52º 0.5% 0.99% -
XYZ 43.06 31.44 95.89 -
YUV 155.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 176 127 252 0.30 0.50 0 0.01 263.52 0.95 0.74
Hex B0 7F FC 1E 32 0 1 108 5F 4A
Octal 260 177 374 36 62 0 1 410 137 112
Binary 10110000 1111111 11111100 11110 110010 0 1 100001000 1011111 1001010

Color Harmonies of #B07FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FFC

Black with #B07FFC

Text Example


Text Example

White with #B07FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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