Html Css Color HEX #B190DD Biloba Flower

📋 copy color: '#B190DD'

red 177 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #B190DD

Tints of Biloba Flower #B190DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 32.66%
G = 26.57%
B = 40.77%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B190DD (or 0xB190DD) is known color: Biloba Flower. HEX triplet: B1, 90 and DD. RGB value is (177,144,221). Sum of RGB (Red+Green+Blue) = 177+144+221=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #B190DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190DD is #4E6F22. Grayscale: #A2A2A2. Windows color (decimal): -5140259 or 14520497. OLE color: 14520497.

HSL color Cylindrical-coordinate representation of color #B190DD: hue angle of 265.71º degrees, saturation: 0.53, 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 #B190DD is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 144 221 -
CMYK 0.20 0.35 0 0.13
HSL 265.71º 0.53% 0.72% -
HSV(B) 265.71º 0.35% 0.87% -
XYZ 41.16 34.51 72.9 -
YUV 162.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 177 144 221 0.20 0.35 0 0.13 265.71 0.53 0.72
Hex B1 90 DD 14 23 0 D 10A 35 48
Octal 261 220 335 24 43 0 15 412 65 110
Binary 10110001 10010000 11011101 10100 100011 0 1101 100001010 110101 1001000

Color Harmonies of #B190DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B190DD

Black with #B190DD

Text Example


Text Example

White with #B190DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B190DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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