Html Css Color HEX #B19CFF Biloba Flower

📋 copy color: '#B19CFF'

red 177 ◦ green 156 ◦ blue 255

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

Shades of Biloba Flower #B19CFF

Tints of Biloba Flower #B19CFF

RGB

 RED value IS 177 (69.53% from 255) = 30.1%

 GREEN value IS 156 (61.33% from 255) = 26.53%

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

R = 30.1%
G = 26.53%
B = 43.37%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B19CFF (or 0xB19CFF) is known color: Biloba Flower. HEX triplet: B1, 9C and FF. RGB value is (177,156,255). Sum of RGB (Red+Green+Blue) = 177+156+255=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B19CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19CFF is #4E6300. Grayscale: #ADADAD. Windows color (decimal): -5137153 or 16751793. OLE color: 16751793.

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

Color convert

RGB 177 156 255 -
CMYK 0.31 0.39 0 0
HSL 252.73º 1% 0.81% -
HSV(B) 252.73º 0.39% 1% -
XYZ 48.07 40.34 99.86 -
YUV 173.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 177 156 255 0.31 0.39 0 0 252.73 1 0.81
Hex B1 9C FF 1F 27 0 0 FD 64 51
Octal 261 234 377 37 47 0 0 375 144 121
Binary 10110001 10011100 11111111 11111 100111 0 0 11111101 1100100 1010001

Color Harmonies of #B19CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CFF

Black with #B19CFF

Text Example


Text Example

White with #B19CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CFF; }

 p { color: rgb(177,156,255); }

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

background-color css

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

 a { background-color: rgb(177,156,255); }

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

border-color css

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

 span { border-color: rgb(177,156,255); }

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