Html Css Color HEX #B295E6 Biloba Flower

📋 copy color: '#B295E6'

red 178 ◦ green 149 ◦ blue 230

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

Shades of Biloba Flower #B295E6

Tints of Biloba Flower #B295E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.29%

R = 31.96%
G = 26.75%
B = 41.29%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B295E6 (or 0xB295E6) is known color: Biloba Flower. HEX triplet: B2, 95 and E6. RGB value is (178,149,230). Sum of RGB (Red+Green+Blue) = 178+149+230=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #B295E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B295E6 is #4D6A19. Grayscale: #A6A6A6. Windows color (decimal): -5073434 or 15111602. OLE color: 15111602.

HSL color Cylindrical-coordinate representation of color #B295E6: hue angle of 261.48º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B295E6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 149 230 -
CMYK 0.23 0.35 0 0.10
HSL 261.48º 0.62% 0.74% -
HSV(B) 261.48º 0.35% 0.9% -
XYZ 43.39 36.67 79.65 -
YUV 166.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 178 149 230 0.23 0.35 0 0.10 261.48 0.62 0.74
Hex B2 95 E6 17 23 0 A 105 3E 4A
Octal 262 225 346 27 43 0 12 405 76 112
Binary 10110010 10010101 11100110 10111 100011 0 1010 100000101 111110 1001010

Color Harmonies of #B295E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295E6

Black with #B295E6

Text Example


Text Example

White with #B295E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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