Html Css Color HEX #B291DF Biloba Flower

📋 copy color: '#B291DF'

red 178 ◦ green 145 ◦ blue 223

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

Shades of Biloba Flower #B291DF

Tints of Biloba Flower #B291DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 32.6%
G = 26.56%
B = 40.84%

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

#B291DF (or 0xB291DF) is known color: Biloba Flower. HEX triplet: B2, 91 and DF. RGB value is (178,145,223). Sum of RGB (Red+Green+Blue) = 178+145+223=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B291DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291DF is #4D6E20. Grayscale: #A3A3A3. Windows color (decimal): -5074465 or 14651826. OLE color: 14651826.

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

Color convert

RGB 178 145 223 -
CMYK 0.20 0.35 0 0.13
HSL 265.38º 0.55% 0.72% -
HSV(B) 265.38º 0.35% 0.87% -
XYZ 41.8 35.04 74.37 -
YUV 163.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 178 145 223 0.20 0.35 0 0.13 265.38 0.55 0.72
Hex B2 91 DF 14 23 0 D 109 37 48
Octal 262 221 337 24 43 0 15 411 67 110
Binary 10110010 10010001 11011111 10100 100011 0 1101 100001001 110111 1001000

Color Harmonies of #B291DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B291DF

Black with #B291DF

Text Example


Text Example

White with #B291DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B291DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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