Html Css Color HEX #B296E2 Biloba Flower

📋 copy color: '#B296E2'

red 178 ◦ green 150 ◦ blue 226

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

Shades of Biloba Flower #B296E2

Tints of Biloba Flower #B296E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.79%

R = 32.13%
G = 27.08%
B = 40.79%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B296E2 (or 0xB296E2) is known color: Biloba Flower. HEX triplet: B2, 96 and E2. RGB value is (178,150,226). Sum of RGB (Red+Green+Blue) = 178+150+226=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 226 - color contains mainly: blue. Hex color #B296E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296E2 is #4D691D. Grayscale: #A6A6A6. Windows color (decimal): -5073182 or 14849714. OLE color: 14849714.

HSL color Cylindrical-coordinate representation of color #B296E2: hue angle of 262.11º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B296E2 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 150 226 -
CMYK 0.21 0.34 0 0.11
HSL 262.11º 0.57% 0.74% -
HSV(B) 262.11º 0.34% 0.89% -
XYZ 42.99 36.77 76.78 -
YUV 167.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 178 150 226 0.21 0.34 0 0.11 262.11 0.57 0.74
Hex B2 96 E2 15 22 0 B 106 39 4A
Octal 262 226 342 25 42 0 13 406 71 112
Binary 10110010 10010110 11100010 10101 100010 0 1011 100000110 111001 1001010

Color Harmonies of #B296E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296E2

Black with #B296E2

Text Example


Text Example

White with #B296E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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