Html Css Color HEX #B291CE Biloba Flower

📋 copy color: '#B291CE'

red 178 ◦ green 145 ◦ blue 206

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

Shades of Biloba Flower #B291CE

Tints of Biloba Flower #B291CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 33.65%
G = 27.41%
B = 38.94%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B291CE (or 0xB291CE) is known color: Biloba Flower. HEX triplet: B2, 91 and CE. RGB value is (178,145,206). Sum of RGB (Red+Green+Blue) = 178+145+206=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #B291CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291CE is #4D6E31. Grayscale: #A1A1A1. Windows color (decimal): -5074482 or 13537714. OLE color: 13537714.

HSL color Cylindrical-coordinate representation of color #B291CE: hue angle of 272.46º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B291CE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 145 206 -
CMYK 0.14 0.30 0 0.19
HSL 272.46º 0.38% 0.69% -
HSV(B) 272.46º 0.3% 0.81% -
XYZ 39.63 34.17 62.9 -
YUV 161.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 178 145 206 0.14 0.30 0 0.19 272.46 0.38 0.69
Hex B2 91 CE E 1E 0 13 110 26 45
Octal 262 221 316 16 36 0 23 420 46 105
Binary 10110010 10010001 11001110 1110 11110 0 10011 100010000 100110 1000101

Color Harmonies of #B291CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B291CE

Black with #B291CE

Text Example


Text Example

White with #B291CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B291CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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