Html Css Color HEX #B169ED Medium Purple

📋 copy color: '#B169ED'

red 177 ◦ green 105 ◦ blue 237

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

Shades of Medium Purple #B169ED

Tints of Medium Purple #B169ED

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.23%

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 34.1%
G = 20.23%
B = 45.66%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B169ED (or 0xB169ED) is known color: Medium Purple. HEX triplet: B1, 69 and ED. RGB value is (177,105,237). Sum of RGB (Red+Green+Blue) = 177+105+237=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #B169ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B169ED is #4E9612. Grayscale: #8D8D8D. Windows color (decimal): -5150227 or 15559089. OLE color: 15559089.

HSL color Cylindrical-coordinate representation of color #B169ED: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B169ED is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 105 237 -
CMYK 0.25 0.56 0 0.07
HSL 272.73º 0.79% 0.67% -
HSV(B) 272.73º 0.56% 0.93% -
XYZ 38.47 25.56 83.03 -
YUV 141.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 177 105 237 0.25 0.56 0 0.07 272.73 0.79 0.67
Hex B1 69 ED 19 38 0 7 111 4F 43
Octal 261 151 355 31 70 0 7 421 117 103
Binary 10110001 1101001 11101101 11001 111000 0 111 100010001 1001111 1000011

Color Harmonies of #B169ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B169ED

Black with #B169ED

Text Example


Text Example

White with #B169ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B169ED; }

 p { color: rgb(177,105,237); }

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

background-color css

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

 a { background-color: rgb(177,105,237); }

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

border-color css

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

 span { border-color: rgb(177,105,237); }

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