Html Css Color HEX #B07FFB Medium Purple

📋 copy color: '#B07FFB'

red 176 ◦ green 127 ◦ blue 251

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

Shades of Medium Purple #B07FFB

Tints of Medium Purple #B07FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 31.77%
G = 22.92%
B = 45.31%

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

#B07FFB (or 0xB07FFB) is known color: Medium Purple. HEX triplet: B0, 7F and FB. RGB value is (176,127,251). Sum of RGB (Red+Green+Blue) = 176+127+251=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #B07FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FFB is #4F8004. Grayscale: #9B9B9B. Windows color (decimal): -5210117 or 16482224. OLE color: 16482224.

HSL color Cylindrical-coordinate representation of color #B07FFB: hue angle of 263.71º degrees, saturation: 0.94, 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 #B07FFB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 127 251 -
CMYK 0.30 0.49 0 0.02
HSL 263.71º 0.94% 0.74% -
HSV(B) 263.71º 0.49% 0.98% -
XYZ 42.91 31.37 95.06 -
YUV 155.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 176 127 251 0.30 0.49 0 0.02 263.71 0.94 0.74
Hex B0 7F FB 1E 31 0 2 108 5E 4A
Octal 260 177 373 36 61 0 2 410 136 112
Binary 10110000 1111111 11111011 11110 110001 0 10 100001000 1011110 1001010

Color Harmonies of #B07FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FFB

Black with #B07FFB

Text Example


Text Example

White with #B07FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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