Html Css Color HEX #B07FEF Medium Purple

📋 copy color: '#B07FEF'

red 176 ◦ green 127 ◦ blue 239

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

Shades of Medium Purple #B07FEF

Tints of Medium Purple #B07FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 32.47%
G = 23.43%
B = 44.1%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B07FEF (or 0xB07FEF) is known color: Medium Purple. HEX triplet: B0, 7F and EF. RGB value is (176,127,239). Sum of RGB (Red+Green+Blue) = 176+127+239=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #B07FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FEF is #4F8010. Grayscale: #9A9A9A. Windows color (decimal): -5210129 or 15695792. OLE color: 15695792.

HSL color Cylindrical-coordinate representation of color #B07FEF: hue angle of 266.25º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B07FEF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 127 239 -
CMYK 0.26 0.47 0 0.06
HSL 266.25º 0.78% 0.72% -
HSV(B) 266.25º 0.47% 0.94% -
XYZ 41.07 30.64 85.41 -
YUV 154.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 176 127 239 0.26 0.47 0 0.06 266.25 0.78 0.72
Hex B0 7F EF 1A 2F 0 6 10A 4E 48
Octal 260 177 357 32 57 0 6 412 116 110
Binary 10110000 1111111 11101111 11010 101111 0 110 100001010 1001110 1001000

Color Harmonies of #B07FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FEF

Black with #B07FEF

Text Example


Text Example

White with #B07FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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