Html Css Color HEX #B296D6 Biloba Flower

📋 copy color: '#B296D6'

red 178 ◦ green 150 ◦ blue 214

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

Shades of Biloba Flower #B296D6

Tints of Biloba Flower #B296D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 32.84%
G = 27.68%
B = 39.48%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B296D6 (or 0xB296D6) is known color: Biloba Flower. HEX triplet: B2, 96 and D6. RGB value is (178,150,214). Sum of RGB (Red+Green+Blue) = 178+150+214=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #B296D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296D6 is #4D6929. Grayscale: #A5A5A5. Windows color (decimal): -5073194 or 14063282. OLE color: 14063282.

HSL color Cylindrical-coordinate representation of color #B296D6: hue angle of 266.25º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B296D6 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 150 214 -
CMYK 0.17 0.30 0 0.16
HSL 266.25º 0.44% 0.71% -
HSV(B) 266.25º 0.3% 0.84% -
XYZ 41.4 36.13 68.41 -
YUV 165.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 178 150 214 0.17 0.30 0 0.16 266.25 0.44 0.71
Hex B2 96 D6 11 1E 0 10 10A 2C 47
Octal 262 226 326 21 36 0 20 412 54 107
Binary 10110010 10010110 11010110 10001 11110 0 10000 100001010 101100 1000111

Color Harmonies of #B296D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296D6

Black with #B296D6

Text Example


Text Example

White with #B296D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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