Html Css Color HEX #B296FA Biloba Flower

📋 copy color: '#B296FA'

red 178 ◦ green 150 ◦ blue 250

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

Shades of Biloba Flower #B296FA

Tints of Biloba Flower #B296FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 30.8%
G = 25.95%
B = 43.25%

CMYK

 C value IS 0.29

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B296FA (or 0xB296FA) is known color: Biloba Flower. HEX triplet: B2, 96 and FA. RGB value is (178,150,250). Sum of RGB (Red+Green+Blue) = 178+150+250=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #B296FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B296FA is #4D6905. Grayscale: #A9A9A9. Windows color (decimal): -5073158 or 16422578. OLE color: 16422578.

HSL color Cylindrical-coordinate representation of color #B296FA: hue angle of 256.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B296FA is Cyan = 0.29, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 150 250 -
CMYK 0.29 0.4 0 0.02
HSL 256.8º 0.91% 0.78% -
HSV(B) 256.8º 0.4% 0.98% -
XYZ 46.52 38.18 95.36 -
YUV 169.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 178 150 250 0.29 0.4 0 0.02 256.8 0.91 0.78
Hex B2 96 FA 1D 28 0 2 101 5B 4E
Octal 262 226 372 35 50 0 2 401 133 116
Binary 10110010 10010110 11111010 11101 101000 0 10 100000001 1011011 1001110

Color Harmonies of #B296FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296FA

Black with #B296FA

Text Example


Text Example

White with #B296FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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