Html Css Color HEX #B296E0 Biloba Flower

📋 copy color: '#B296E0'

red 178 ◦ green 150 ◦ blue 224

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

Shades of Biloba Flower #B296E0

Tints of Biloba Flower #B296E0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.17%

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 32.25%
G = 27.17%
B = 40.58%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B296E0 (or 0xB296E0) is known color: Biloba Flower. HEX triplet: B2, 96 and E0. RGB value is (178,150,224). Sum of RGB (Red+Green+Blue) = 178+150+224=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #B296E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296E0 is #4D691F. Grayscale: #A6A6A6. Windows color (decimal): -5073184 or 14718642. OLE color: 14718642.

HSL color Cylindrical-coordinate representation of color #B296E0: hue angle of 262.7º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B296E0 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 150 224 -
CMYK 0.21 0.33 0 0.12
HSL 262.7º 0.54% 0.73% -
HSV(B) 262.7º 0.33% 0.88% -
XYZ 42.72 36.66 75.35 -
YUV 166.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 178 150 224 0.21 0.33 0 0.12 262.7 0.54 0.73
Hex B2 96 E0 15 21 0 C 107 36 49
Octal 262 226 340 25 41 0 14 407 66 111
Binary 10110010 10010110 11100000 10101 100001 0 1100 100000111 110110 1001001

Color Harmonies of #B296E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296E0

Black with #B296E0

Text Example


Text Example

White with #B296E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296E0; }

 p { color: rgb(178,150,224); }

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

background-color css

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

 a { background-color: rgb(178,150,224); }

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

border-color css

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

 span { border-color: rgb(178,150,224); }

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