Html Css Color HEX #B388E0 Biloba Flower

📋 copy color: '#B388E0'

red 179 ◦ green 136 ◦ blue 224

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

Shades of Biloba Flower #B388E0

Tints of Biloba Flower #B388E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 33.21%
G = 25.23%
B = 41.56%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B388E0 (or 0xB388E0) is known color: Biloba Flower. HEX triplet: B3, 88 and E0. RGB value is (179,136,224). Sum of RGB (Red+Green+Blue) = 179+136+224=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #B388E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388E0 is #4C771F. Grayscale: #9E9E9E. Windows color (decimal): -5011232 or 14715059. OLE color: 14715059.

HSL color Cylindrical-coordinate representation of color #B388E0: hue angle of 269.32º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B388E0 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 136 224 -
CMYK 0.20 0.39 0 0.12
HSL 269.32º 0.59% 0.71% -
HSV(B) 269.32º 0.39% 0.88% -
XYZ 40.85 32.57 74.66 -
YUV 158.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 179 136 224 0.20 0.39 0 0.12 269.32 0.59 0.71
Hex B3 88 E0 14 27 0 C 10D 3B 47
Octal 263 210 340 24 47 0 14 415 73 107
Binary 10110011 10001000 11100000 10100 100111 0 1100 100001101 111011 1000111

Color Harmonies of #B388E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388E0

Black with #B388E0

Text Example


Text Example

White with #B388E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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