Html Css Color HEX #B291EE Biloba Flower

📋 copy color: '#B291EE'

red 178 ◦ green 145 ◦ blue 238

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

Shades of Biloba Flower #B291EE

Tints of Biloba Flower #B291EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 31.73%
G = 25.85%
B = 42.42%

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

#B291EE (or 0xB291EE) is known color: Biloba Flower. HEX triplet: B2, 91 and EE. RGB value is (178,145,238). Sum of RGB (Red+Green+Blue) = 178+145+238=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #B291EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B291EE is #4D6E11. Grayscale: #A5A5A5. Windows color (decimal): -5074450 or 15634866. OLE color: 15634866.

HSL color Cylindrical-coordinate representation of color #B291EE: hue angle of 261.29º degrees, saturation: 0.73, 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 #B291EE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 145 238 -
CMYK 0.25 0.39 0 0.07
HSL 261.29º 0.73% 0.75% -
HSV(B) 261.29º 0.39% 0.93% -
XYZ 43.92 35.89 85.5 -
YUV 165.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 178 145 238 0.25 0.39 0 0.07 261.29 0.73 0.75
Hex B2 91 EE 19 27 0 7 105 49 4B
Octal 262 221 356 31 47 0 7 405 111 113
Binary 10110010 10010001 11101110 11001 100111 0 111 100000101 1001001 1001011

Color Harmonies of #B291EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B291EE

Black with #B291EE

Text Example


Text Example

White with #B291EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B291EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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