Html Css Color HEX #B296FF Biloba Flower

📋 copy color: '#B296FF'

red 178 ◦ green 150 ◦ blue 255

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

Shades of Biloba Flower #B296FF

Tints of Biloba Flower #B296FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.74%

R = 30.53%
G = 25.73%
B = 43.74%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B296FF (or 0xB296FF) is known color: Biloba Flower. HEX triplet: B2, 96 and FF. RGB value is (178,150,255). Sum of RGB (Red+Green+Blue) = 178+150+255=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #B296FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B296FF is #4D6900. Grayscale: #A9A9A9. Windows color (decimal): -5073153 or 16750258. OLE color: 16750258.

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

Color convert

RGB 178 150 255 -
CMYK 0.30 0.41 0 0
HSL 256º 1% 0.79% -
HSV(B) 256º 0.41% 1% -
XYZ 47.32 38.5 99.54 -
YUV 170.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 178 150 255 0.30 0.41 0 0 256 1 0.79
Hex B2 96 FF 1E 29 0 0 100 64 4F
Octal 262 226 377 36 51 0 0 400 144 117
Binary 10110010 10010110 11111111 11110 101001 0 0 100000000 1100100 1001111

Color Harmonies of #B296FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296FF

Black with #B296FF

Text Example


Text Example

White with #B296FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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