Html Css Color HEX #B491DD Biloba Flower

📋 copy color: '#B491DD'

red 180 ◦ green 145 ◦ blue 221

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

Shades of Biloba Flower #B491DD

Tints of Biloba Flower #B491DD

RGB

 RED value IS 180 (70.7% from 255) = 32.97%

 GREEN value IS 145 (57.03% from 255) = 26.56%

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

R = 32.97%
G = 26.56%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B491DD (or 0xB491DD) is known color: Biloba Flower. HEX triplet: B4, 91 and DD. RGB value is (180,145,221). Sum of RGB (Red+Green+Blue) = 180+145+221=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #B491DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491DD is #4B6E22. Grayscale: #A3A3A3. Windows color (decimal): -4943395 or 14520756. OLE color: 14520756.

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

Color convert

RGB 180 145 221 -
CMYK 0.19 0.34 0 0.13
HSL 267.63º 0.53% 0.72% -
HSV(B) 267.63º 0.34% 0.87% -
XYZ 42 35.17 72.98 -
YUV 164.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 180 145 221 0.19 0.34 0 0.13 267.63 0.53 0.72
Hex B4 91 DD 13 22 0 D 10C 35 48
Octal 264 221 335 23 42 0 15 414 65 110
Binary 10110100 10010001 11011101 10011 100010 0 1101 100001100 110101 1001000

Color Harmonies of #B491DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491DD

Black with #B491DD

Text Example


Text Example

White with #B491DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491DD; }

 p { color: rgb(180,145,221); }

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

background-color css

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

 a { background-color: rgb(180,145,221); }

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

border-color css

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

 span { border-color: rgb(180,145,221); }

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