Html Css Color HEX #B17BFC Medium Purple

📋 copy color: '#B17BFC'

red 177 ◦ green 123 ◦ blue 252

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

Shades of Medium Purple #B17BFC

Tints of Medium Purple #B17BFC

RGB

 RED value IS 177 (69.53% from 255) = 32.07%

 GREEN value IS 123 (48.44% from 255) = 22.28%

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

R = 32.07%
G = 22.28%
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

#B17BFC (or 0xB17BFC) is known color: Medium Purple. HEX triplet: B1, 7B and FC. RGB value is (177,123,252). Sum of RGB (Red+Green+Blue) = 177+123+252=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 123 (48.44% from 255 or 22.28% 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 #B17BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17BFC is #4E8403. Grayscale: #999999. Windows color (decimal): -5145604 or 16546737. OLE color: 16546737.

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

Color convert

RGB 177 123 252 -
CMYK 0.30 0.51 0 0.01
HSL 265.12º 0.96% 0.74% -
HSV(B) 265.12º 0.51% 0.99% -
XYZ 42.79 30.54 95.74 -
YUV 153.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 177 123 252 0.30 0.51 0 0.01 265.12 0.96 0.74
Hex B1 7B FC 1E 33 0 1 109 60 4A
Octal 261 173 374 36 63 0 1 411 140 112
Binary 10110001 1111011 11111100 11110 110011 0 1 100001001 1100000 1001010

Color Harmonies of #B17BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17BFC

Black with #B17BFC

Text Example


Text Example

White with #B17BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17BFC; }

 p { color: rgb(177,123,252); }

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

background-color css

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

 a { background-color: rgb(177,123,252); }

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

border-color css

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

 span { border-color: rgb(177,123,252); }

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