Html Css Color HEX #B291EC Biloba Flower

📋 copy color: '#B291EC'

red 178 ◦ green 145 ◦ blue 236

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

Shades of Biloba Flower #B291EC

Tints of Biloba Flower #B291EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 31.84%
G = 25.94%
B = 42.22%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B291EC (or 0xB291EC) is known color: Biloba Flower. HEX triplet: B2, 91 and EC. RGB value is (178,145,236). Sum of RGB (Red+Green+Blue) = 178+145+236=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #B291EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B291EC is #4D6E13. Grayscale: #A4A4A4. Windows color (decimal): -5074452 or 15503794. OLE color: 15503794.

HSL color Cylindrical-coordinate representation of color #B291EC: hue angle of 261.76º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B291EC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 145 236 -
CMYK 0.25 0.39 0 0.07
HSL 261.76º 0.71% 0.75% -
HSV(B) 261.76º 0.39% 0.93% -
XYZ 43.63 35.77 83.96 -
YUV 165.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 178 145 236 0.25 0.39 0 0.07 261.76 0.71 0.75
Hex B2 91 EC 19 27 0 7 106 47 4B
Octal 262 221 354 31 47 0 7 406 107 113
Binary 10110010 10010001 11101100 11001 100111 0 111 100000110 1000111 1001011

Color Harmonies of #B291EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B291EC

Black with #B291EC

Text Example


Text Example

White with #B291EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B291EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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