Html Css Color HEX #B07CFF Medium Purple

📋 copy color: '#B07CFF'

red 176 ◦ green 124 ◦ blue 255

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

Shades of Medium Purple #B07CFF

Tints of Medium Purple #B07CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.34%

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

R = 31.71%
G = 22.34%
B = 45.95%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B07CFF (or 0xB07CFF) is known color: Medium Purple. HEX triplet: B0, 7C and FF. RGB value is (176,124,255). Sum of RGB (Red+Green+Blue) = 176+124+255=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #B07CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CFF is #4F8300. Grayscale: #9A9A9A. Windows color (decimal): -5210881 or 16743600. OLE color: 16743600.

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

Color convert

RGB 176 124 255 -
CMYK 0.31 0.51 0 0
HSL 263.82º 1% 0.74% -
HSV(B) 263.82º 0.51% 1% -
XYZ 43.16 30.87 98.29 -
YUV 154.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 176 124 255 0.31 0.51 0 0 263.82 1 0.74
Hex B0 7C FF 1F 33 0 0 108 64 4A
Octal 260 174 377 37 63 0 0 410 144 112
Binary 10110000 1111100 11111111 11111 110011 0 0 100001000 1100100 1001010

Color Harmonies of #B07CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CFF

Black with #B07CFF

Text Example


Text Example

White with #B07CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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