Html Css Color HEX #B167FA Medium Purple

📋 copy color: '#B167FA'

red 177 ◦ green 103 ◦ blue 250

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

Shades of Medium Purple #B167FA

Tints of Medium Purple #B167FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.43%

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 33.4%
G = 19.43%
B = 47.17%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B167FA (or 0xB167FA) is known color: Medium Purple. HEX triplet: B1, 67 and FA. RGB value is (177,103,250). Sum of RGB (Red+Green+Blue) = 177+103+250=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #B167FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B167FA is #4E9805. Grayscale: #8D8D8D. Windows color (decimal): -5150726 or 16410545. OLE color: 16410545.

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

Color convert

RGB 177 103 250 -
CMYK 0.29 0.59 0 0.02
HSL 270.2º 0.94% 0.69% -
HSV(B) 270.2º 0.59% 0.98% -
XYZ 40.24 25.95 93.33 -
YUV 141.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 177 103 250 0.29 0.59 0 0.02 270.2 0.94 0.69
Hex B1 67 FA 1D 3B 0 2 10E 5E 45
Octal 261 147 372 35 73 0 2 416 136 105
Binary 10110001 1100111 11111010 11101 111011 0 10 100001110 1011110 1000101

Color Harmonies of #B167FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B167FA

Black with #B167FA

Text Example


Text Example

White with #B167FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B167FA; }

 p { color: rgb(177,103,250); }

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

background-color css

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

 a { background-color: rgb(177,103,250); }

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

border-color css

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

 span { border-color: rgb(177,103,250); }

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