Html Css Color HEX #B395DA Biloba Flower

📋 copy color: '#B395DA'

red 179 ◦ green 149 ◦ blue 218

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

Shades of Biloba Flower #B395DA

Tints of Biloba Flower #B395DA

RGB

 RED value IS 179 (70.31% from 255) = 32.78%

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 32.78%
G = 27.29%
B = 39.93%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B395DA (or 0xB395DA) is known color: Biloba Flower. HEX triplet: B3, 95 and DA. RGB value is (179,149,218). Sum of RGB (Red+Green+Blue) = 179+149+218=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #B395DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395DA is #4C6A25. Grayscale: #A5A5A5. Windows color (decimal): -5007910 or 14325171. OLE color: 14325171.

HSL color Cylindrical-coordinate representation of color #B395DA: hue angle of 266.09º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B395DA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 149 218 -
CMYK 0.18 0.32 0 0.15
HSL 266.09º 0.48% 0.72% -
HSV(B) 266.09º 0.32% 0.85% -
XYZ 41.99 36.14 71.09 -
YUV 165.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 179 149 218 0.18 0.32 0 0.15 266.09 0.48 0.72
Hex B3 95 DA 12 20 0 F 10A 30 48
Octal 263 225 332 22 40 0 17 412 60 110
Binary 10110011 10010101 11011010 10010 100000 0 1111 100001010 110000 1001000

Color Harmonies of #B395DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395DA

Black with #B395DA

Text Example


Text Example

White with #B395DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395DA; }

 p { color: rgb(179,149,218); }

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

background-color css

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

 a { background-color: rgb(179,149,218); }

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

border-color css

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

 span { border-color: rgb(179,149,218); }

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