Html Css Color HEX #B07CFD Medium Purple

📋 copy color: '#B07CFD'

red 176 ◦ green 124 ◦ blue 253

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

Shades of Medium Purple #B07CFD

Tints of Medium Purple #B07CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 31.83%
G = 22.42%
B = 45.75%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B07CFD (or 0xB07CFD) is known color: Medium Purple. HEX triplet: B0, 7C and FD. RGB value is (176,124,253). Sum of RGB (Red+Green+Blue) = 176+124+253=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #B07CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CFD is #4F8302. Grayscale: #999999. Windows color (decimal): -5210883 or 16612528. OLE color: 16612528.

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

Color convert

RGB 176 124 253 -
CMYK 0.30 0.51 0 0.01
HSL 264.19º 0.97% 0.74% -
HSV(B) 264.19º 0.51% 0.99% -
XYZ 42.84 30.74 96.6 -
YUV 154.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 176 124 253 0.30 0.51 0 0.01 264.19 0.97 0.74
Hex B0 7C FD 1E 33 0 1 108 61 4A
Octal 260 174 375 36 63 0 1 410 141 112
Binary 10110000 1111100 11111101 11110 110011 0 1 100001000 1100001 1001010

Color Harmonies of #B07CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CFD

Black with #B07CFD

Text Example


Text Example

White with #B07CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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