Html Css Color HEX #B190DF Biloba Flower

📋 copy color: '#B190DF'

red 177 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #B190DF

Tints of Biloba Flower #B190DF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.47%

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 32.54%
G = 26.47%
B = 40.99%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B190DF (or 0xB190DF) is known color: Biloba Flower. HEX triplet: B1, 90 and DF. RGB value is (177,144,223). Sum of RGB (Red+Green+Blue) = 177+144+223=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #B190DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190DF is #4E6F20. Grayscale: #A2A2A2. Windows color (decimal): -5140257 or 14651569. OLE color: 14651569.

HSL color Cylindrical-coordinate representation of color #B190DF: hue angle of 265.06º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B190DF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 144 223 -
CMYK 0.21 0.35 0 0.13
HSL 265.06º 0.55% 0.72% -
HSV(B) 265.06º 0.35% 0.87% -
XYZ 41.42 34.62 74.31 -
YUV 162.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 177 144 223 0.21 0.35 0 0.13 265.06 0.55 0.72
Hex B1 90 DF 15 23 0 D 109 37 48
Octal 261 220 337 25 43 0 15 411 67 110
Binary 10110001 10010000 11011111 10101 100011 0 1101 100001001 110111 1001000

Color Harmonies of #B190DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B190DF

Black with #B190DF

Text Example


Text Example

White with #B190DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B190DF; }

 p { color: rgb(177,144,223); }

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

background-color css

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

 a { background-color: rgb(177,144,223); }

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

border-color css

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

 span { border-color: rgb(177,144,223); }

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