Html Css Color HEX #B291ED Biloba Flower

📋 copy color: '#B291ED'

red 178 ◦ green 145 ◦ blue 237

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

Shades of Biloba Flower #B291ED

Tints of Biloba Flower #B291ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 31.79%
G = 25.89%
B = 42.32%

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

#B291ED (or 0xB291ED) is known color: Biloba Flower. HEX triplet: B2, 91 and ED. RGB value is (178,145,237). Sum of RGB (Red+Green+Blue) = 178+145+237=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #B291ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B291ED is #4D6E12. Grayscale: #A5A5A5. Windows color (decimal): -5074451 or 15569330. OLE color: 15569330.

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

Color convert

RGB 178 145 237 -
CMYK 0.25 0.39 0 0.07
HSL 261.52º 0.72% 0.75% -
HSV(B) 261.52º 0.39% 0.93% -
XYZ 43.77 35.83 84.73 -
YUV 165.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 178 145 237 0.25 0.39 0 0.07 261.52 0.72 0.75
Hex B2 91 ED 19 27 0 7 106 48 4B
Octal 262 221 355 31 47 0 7 406 110 113
Binary 10110010 10010001 11101101 11001 100111 0 111 100000110 1001000 1001011

Color Harmonies of #B291ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B291ED

Black with #B291ED

Text Example


Text Example

White with #B291ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B291ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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