Html Css Color HEX #B291DC Biloba Flower

📋 copy color: '#B291DC'

red 178 ◦ green 145 ◦ blue 220

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

Shades of Biloba Flower #B291DC

Tints of Biloba Flower #B291DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 32.78%
G = 26.7%
B = 40.52%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B291DC (or 0xB291DC) is known color: Biloba Flower. HEX triplet: B2, 91 and DC. RGB value is (178,145,220). Sum of RGB (Red+Green+Blue) = 178+145+220=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B291DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291DC is #4D6E23. Grayscale: #A3A3A3. Windows color (decimal): -5074468 or 14455218. OLE color: 14455218.

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

Color convert

RGB 178 145 220 -
CMYK 0.19 0.34 0 0.14
HSL 266.4º 0.52% 0.72% -
HSV(B) 266.4º 0.34% 0.86% -
XYZ 41.4 34.88 72.26 -
YUV 163.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 178 145 220 0.19 0.34 0 0.14 266.4 0.52 0.72
Hex B2 91 DC 13 22 0 E 10A 34 48
Octal 262 221 334 23 42 0 16 412 64 110
Binary 10110010 10010001 11011100 10011 100010 0 1110 100001010 110100 1001000

Color Harmonies of #B291DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B291DC

Black with #B291DC

Text Example


Text Example

White with #B291DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B291DC; }

 p { color: rgb(178,145,220); }

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

background-color css

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

 a { background-color: rgb(178,145,220); }

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

border-color css

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

 span { border-color: rgb(178,145,220); }

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