Html Css Color HEX #B07CFC Medium Purple

📋 copy color: '#B07CFC'

red 176 ◦ green 124 ◦ blue 252

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

Shades of Medium Purple #B07CFC

Tints of Medium Purple #B07CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 31.88%
G = 22.46%
B = 45.65%

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

#B07CFC (or 0xB07CFC) is known color: Medium Purple. HEX triplet: B0, 7C and FC. RGB value is (176,124,252). Sum of RGB (Red+Green+Blue) = 176+124+252=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #B07CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CFC is #4F8303. Grayscale: #999999. Windows color (decimal): -5210884 or 16546992. OLE color: 16546992.

HSL color Cylindrical-coordinate representation of color #B07CFC: hue angle of 264.38º degrees, saturation: 0.96, 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 #B07CFC is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 124 252 -
CMYK 0.30 0.51 0 0.01
HSL 264.38º 0.96% 0.74% -
HSV(B) 264.38º 0.51% 0.99% -
XYZ 42.68 30.67 95.77 -
YUV 154.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 176 124 252 0.30 0.51 0 0.01 264.38 0.96 0.74
Hex B0 7C FC 1E 33 0 1 108 60 4A
Octal 260 174 374 36 63 0 1 410 140 112
Binary 10110000 1111100 11111100 11110 110011 0 1 100001000 1100000 1001010

Color Harmonies of #B07CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CFC

Black with #B07CFC

Text Example


Text Example

White with #B07CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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