Html Css Color HEX #B295F0 Biloba Flower

📋 copy color: '#B295F0'

red 178 ◦ green 149 ◦ blue 240

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

Shades of Biloba Flower #B295F0

Tints of Biloba Flower #B295F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 31.39%
G = 26.28%
B = 42.33%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B295F0 (or 0xB295F0) is known color: Biloba Flower. HEX triplet: B2, 95 and F0. RGB value is (178,149,240). Sum of RGB (Red+Green+Blue) = 178+149+240=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #B295F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B295F0 is #4D6A0F. Grayscale: #A7A7A7. Windows color (decimal): -5073424 or 15766962. OLE color: 15766962.

HSL color Cylindrical-coordinate representation of color #B295F0: hue angle of 259.12º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B295F0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 149 240 -
CMYK 0.26 0.38 0 0.06
HSL 259.12º 0.75% 0.76% -
HSV(B) 259.12º 0.38% 0.94% -
XYZ 44.84 37.25 87.27 -
YUV 168.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 178 149 240 0.26 0.38 0 0.06 259.12 0.75 0.76
Hex B2 95 F0 1A 26 0 6 103 4B 4C
Octal 262 225 360 32 46 0 6 403 113 114
Binary 10110010 10010101 11110000 11010 100110 0 110 100000011 1001011 1001100

Color Harmonies of #B295F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295F0

Black with #B295F0

Text Example


Text Example

White with #B295F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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