Html Css Color HEX #B07DFB Medium Purple

📋 copy color: '#B07DFB'

red 176 ◦ green 125 ◦ blue 251

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

Shades of Medium Purple #B07DFB

Tints of Medium Purple #B07DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.64%

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

R = 31.88%
G = 22.64%
B = 45.47%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B07DFB (or 0xB07DFB) is known color: Medium Purple. HEX triplet: B0, 7D and FB. RGB value is (176,125,251). Sum of RGB (Red+Green+Blue) = 176+125+251=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #B07DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07DFB is #4F8204. Grayscale: #9A9A9A. Windows color (decimal): -5210629 or 16481712. OLE color: 16481712.

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

Color convert

RGB 176 125 251 -
CMYK 0.30 0.50 0 0.02
HSL 264.29º 0.94% 0.74% -
HSV(B) 264.29º 0.5% 0.98% -
XYZ 42.65 30.86 94.98 -
YUV 154.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 176 125 251 0.30 0.50 0 0.02 264.29 0.94 0.74
Hex B0 7D FB 1E 32 0 2 108 5E 4A
Octal 260 175 373 36 62 0 2 410 136 112
Binary 10110000 1111101 11111011 11110 110010 0 10 100001000 1011110 1001010

Color Harmonies of #B07DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07DFB

Black with #B07DFB

Text Example


Text Example

White with #B07DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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