Html Css Color HEX #B295FA Biloba Flower

📋 copy color: '#B295FA'

red 178 ◦ green 149 ◦ blue 250

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

Shades of Biloba Flower #B295FA

Tints of Biloba Flower #B295FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.82%

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

R = 30.85%
G = 25.82%
B = 43.33%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B295FA (or 0xB295FA) is known color: Biloba Flower. HEX triplet: B2, 95 and FA. RGB value is (178,149,250). Sum of RGB (Red+Green+Blue) = 178+149+250=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #B295FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B295FA is #4D6A05. Grayscale: #A8A8A8. Windows color (decimal): -5073414 or 16422322. OLE color: 16422322.

HSL color Cylindrical-coordinate representation of color #B295FA: hue angle of 257.23º 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 #B295FA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 149 250 -
CMYK 0.29 0.40 0 0.02
HSL 257.23º 0.91% 0.78% -
HSV(B) 257.23º 0.4% 0.98% -
XYZ 46.36 37.86 95.31 -
YUV 169.19 173.61 134.29 -
System Red Green Blue C M Y K H S L
Decimal 178 149 250 0.29 0.40 0 0.02 257.23 0.91 0.78
Hex B2 95 FA 1D 28 0 2 101 5B 4E
Octal 262 225 372 35 50 0 2 401 133 116
Binary 10110010 10010101 11111010 11101 101000 0 10 100000001 1011011 1001110

Color Harmonies of #B295FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295FA

Black with #B295FA

Text Example


Text Example

White with #B295FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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