Html Css Color HEX #B290DD Biloba Flower

📋 copy color: '#B290DD'

red 178 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #B290DD

Tints of Biloba Flower #B290DD

RGB

 RED value IS 178 (69.92% from 255) = 32.78%

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

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

R = 32.78%
G = 26.52%
B = 40.7%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B290DD (or 0xB290DD) is known color: Biloba Flower. HEX triplet: B2, 90 and DD. RGB value is (178,144,221). Sum of RGB (Red+Green+Blue) = 178+144+221=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B290DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290DD is #4D6F22. Grayscale: #A2A2A2. Windows color (decimal): -5074723 or 14520498. OLE color: 14520498.

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

Color convert

RGB 178 144 221 -
CMYK 0.19 0.35 0 0.13
HSL 266.49º 0.53% 0.72% -
HSV(B) 266.49º 0.35% 0.87% -
XYZ 41.38 34.63 72.91 -
YUV 162.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 178 144 221 0.19 0.35 0 0.13 266.49 0.53 0.72
Hex B2 90 DD 13 23 0 D 10A 35 48
Octal 262 220 335 23 43 0 15 412 65 110
Binary 10110010 10010000 11011101 10011 100011 0 1101 100001010 110101 1001000

Color Harmonies of #B290DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290DD

Black with #B290DD

Text Example


Text Example

White with #B290DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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