Html Css Color HEX #B388EA Biloba Flower

📋 copy color: '#B388EA'

red 179 ◦ green 136 ◦ blue 234

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

Shades of Biloba Flower #B388EA

Tints of Biloba Flower #B388EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 32.6%
G = 24.77%
B = 42.62%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B388EA (or 0xB388EA) is known color: Biloba Flower. HEX triplet: B3, 88 and EA. RGB value is (179,136,234). Sum of RGB (Red+Green+Blue) = 179+136+234=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #B388EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B388EA is #4C7715. Grayscale: #9F9F9F. Windows color (decimal): -5011222 or 15370419. OLE color: 15370419.

HSL color Cylindrical-coordinate representation of color #B388EA: hue angle of 266.33º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B388EA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 136 234 -
CMYK 0.24 0.42 0 0.08
HSL 266.33º 0.7% 0.73% -
HSV(B) 266.33º 0.42% 0.92% -
XYZ 42.25 33.13 82.01 -
YUV 160.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 179 136 234 0.24 0.42 0 0.08 266.33 0.7 0.73
Hex B3 88 EA 18 2A 0 8 10A 46 49
Octal 263 210 352 30 52 0 10 412 106 111
Binary 10110011 10001000 11101010 11000 101010 0 1000 100001010 1000110 1001001

Color Harmonies of #B388EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388EA

Black with #B388EA

Text Example


Text Example

White with #B388EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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