Html Css Color HEX #B494DD Biloba Flower

📋 copy color: '#B494DD'

red 180 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #B494DD

Tints of Biloba Flower #B494DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.96%

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

R = 32.79%
G = 26.96%
B = 40.26%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B494DD (or 0xB494DD) is known color: Biloba Flower. HEX triplet: B4, 94 and DD. RGB value is (180,148,221). Sum of RGB (Red+Green+Blue) = 180+148+221=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #B494DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494DD is #4B6B22. Grayscale: #A5A5A5. Windows color (decimal): -4942627 or 14521524. OLE color: 14521524.

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

Color convert

RGB 180 148 221 -
CMYK 0.19 0.33 0 0.13
HSL 266.3º 0.52% 0.72% -
HSV(B) 266.3º 0.33% 0.87% -
XYZ 42.46 36.1 73.14 -
YUV 165.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 180 148 221 0.19 0.33 0 0.13 266.3 0.52 0.72
Hex B4 94 DD 13 21 0 D 10A 34 48
Octal 264 224 335 23 41 0 15 412 64 110
Binary 10110100 10010100 11011101 10011 100001 0 1101 100001010 110100 1001000

Color Harmonies of #B494DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B494DD

Black with #B494DD

Text Example


Text Example

White with #B494DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B494DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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