Html Css Color HEX #B296FE Biloba Flower

📋 copy color: '#B296FE'

red 178 ◦ green 150 ◦ blue 254

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

Shades of Biloba Flower #B296FE

Tints of Biloba Flower #B296FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 30.58%
G = 25.77%
B = 43.64%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B296FE (or 0xB296FE) is known color: Biloba Flower. HEX triplet: B2, 96 and FE. RGB value is (178,150,254). Sum of RGB (Red+Green+Blue) = 178+150+254=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #B296FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B296FE is #4D6901. Grayscale: #A9A9A9. Windows color (decimal): -5073154 or 16684722. OLE color: 16684722.

HSL color Cylindrical-coordinate representation of color #B296FE: hue angle of 256.15º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B296FE is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 150 254 -
CMYK 0.30 0.41 0 0.00
HSL 256.15º 0.98% 0.79% -
HSV(B) 256.15º 0.41% 1% -
XYZ 47.16 38.43 98.7 -
YUV 170.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 178 150 254 0.30 0.41 0 0.00 256.15 0.98 0.79
Hex B2 96 FE 1E 29 0 0 100 62 4F
Octal 262 226 376 36 51 0 0 400 142 117
Binary 10110010 10010110 11111110 11110 101001 0 0 100000000 1100010 1001111

Color Harmonies of #B296FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296FE

Black with #B296FE

Text Example


Text Example

White with #B296FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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