Html Css Color HEX #B295D3 Biloba Flower

📋 copy color: '#B295D3'

red 178 ◦ green 149 ◦ blue 211

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

Shades of Biloba Flower #B295D3

Tints of Biloba Flower #B295D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.22%

R = 33.09%
G = 27.7%
B = 39.22%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B295D3 (or 0xB295D3) is known color: Biloba Flower. HEX triplet: B2, 95 and D3. RGB value is (178,149,211). Sum of RGB (Red+Green+Blue) = 178+149+211=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #B295D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295D3 is #4D6A2C. Grayscale: #A4A4A4. Windows color (decimal): -5073453 or 13866418. OLE color: 13866418.

HSL color Cylindrical-coordinate representation of color #B295D3: hue angle of 268.06º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B295D3 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 149 211 -
CMYK 0.16 0.29 0 0.17
HSL 268.06º 0.41% 0.71% -
HSV(B) 268.06º 0.29% 0.83% -
XYZ 40.87 35.66 66.36 -
YUV 164.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 178 149 211 0.16 0.29 0 0.17 268.06 0.41 0.71
Hex B2 95 D3 10 1D 0 11 10C 29 47
Octal 262 225 323 20 35 0 21 414 51 107
Binary 10110010 10010101 11010011 10000 11101 0 10001 100001100 101001 1000111

Color Harmonies of #B295D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295D3

Black with #B295D3

Text Example


Text Example

White with #B295D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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