Html Css Color HEX #B07CFB Medium Purple

📋 copy color: '#B07CFB'

red 176 ◦ green 124 ◦ blue 251

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

Shades of Medium Purple #B07CFB

Tints of Medium Purple #B07CFB

RGB

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

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

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

R = 31.94%
G = 22.5%
B = 45.55%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B07CFB (or 0xB07CFB) is known color: Medium Purple. HEX triplet: B0, 7C and FB. RGB value is (176,124,251). Sum of RGB (Red+Green+Blue) = 176+124+251=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #B07CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CFB is #4F8304. Grayscale: #999999. Windows color (decimal): -5210885 or 16481456. OLE color: 16481456.

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

Color convert

RGB 176 124 251 -
CMYK 0.30 0.51 0 0.02
HSL 264.57º 0.94% 0.74% -
HSV(B) 264.57º 0.51% 0.98% -
XYZ 42.52 30.61 94.93 -
YUV 154.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 176 124 251 0.30 0.51 0 0.02 264.57 0.94 0.74
Hex B0 7C FB 1E 33 0 2 109 5E 4A
Octal 260 174 373 36 63 0 2 411 136 112
Binary 10110000 1111100 11111011 11110 110011 0 10 100001001 1011110 1001010

Color Harmonies of #B07CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CFB

Black with #B07CFB

Text Example


Text Example

White with #B07CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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