Html Css Color HEX #B388FF Biloba Flower

📋 copy color: '#B388FF'

red 179 ◦ green 136 ◦ blue 255

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

Shades of Biloba Flower #B388FF

Tints of Biloba Flower #B388FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 31.4%
G = 23.86%
B = 44.74%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B388FF (or 0xB388FF) is known color: Biloba Flower. HEX triplet: B3, 88 and FF. RGB value is (179,136,255). Sum of RGB (Red+Green+Blue) = 179+136+255=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #B388FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B388FF is #4C7700. Grayscale: #A1A1A1. Windows color (decimal): -5011201 or 16746675. OLE color: 16746675.

HSL color Cylindrical-coordinate representation of color #B388FF: hue angle of 261.68º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B388FF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 136 255 -
CMYK 0.30 0.47 0 0
HSL 261.68º 1% 0.77% -
HSV(B) 261.68º 0.47% 1% -
XYZ 45.44 34.41 98.85 -
YUV 162.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 179 136 255 0.30 0.47 0 0 261.68 1 0.77
Hex B3 88 FF 1E 2F 0 0 106 64 4D
Octal 263 210 377 36 57 0 0 406 144 115
Binary 10110011 10001000 11111111 11110 101111 0 0 100000110 1100100 1001101

Color Harmonies of #B388FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388FF

Black with #B388FF

Text Example


Text Example

White with #B388FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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