Html Css Color HEX #B388DA Biloba Flower

📋 copy color: '#B388DA'

red 179 ◦ green 136 ◦ blue 218

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

Shades of Biloba Flower #B388DA

Tints of Biloba Flower #B388DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.52%

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

R = 33.58%
G = 25.52%
B = 40.9%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B388DA (or 0xB388DA) is known color: Biloba Flower. HEX triplet: B3, 88 and DA. RGB value is (179,136,218). Sum of RGB (Red+Green+Blue) = 179+136+218=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #B388DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388DA is #4C7725. Grayscale: #9D9D9D. Windows color (decimal): -5011238 or 14321843. OLE color: 14321843.

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

Color convert

RGB 179 136 218 -
CMYK 0.18 0.38 0 0.15
HSL 271.46º 0.53% 0.69% -
HSV(B) 271.46º 0.38% 0.85% -
XYZ 40.05 32.25 70.44 -
YUV 158.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 179 136 218 0.18 0.38 0 0.15 271.46 0.53 0.69
Hex B3 88 DA 12 26 0 F 10F 35 45
Octal 263 210 332 22 46 0 17 417 65 105
Binary 10110011 10001000 11011010 10010 100110 0 1111 100001111 110101 1000101

Color Harmonies of #B388DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388DA

Black with #B388DA

Text Example


Text Example

White with #B388DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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