Html Css Color HEX #B19CFE Biloba Flower

📋 copy color: '#B19CFE'

red 177 ◦ green 156 ◦ blue 254

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

Shades of Biloba Flower #B19CFE

Tints of Biloba Flower #B19CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 30.15%
G = 26.58%
B = 43.27%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B19CFE (or 0xB19CFE) is known color: Biloba Flower. HEX triplet: B1, 9C and FE. RGB value is (177,156,254). Sum of RGB (Red+Green+Blue) = 177+156+254=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #B19CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19CFE is #4E6301. Grayscale: #ADADAD. Windows color (decimal): -5137154 or 16686257. OLE color: 16686257.

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

Color convert

RGB 177 156 254 -
CMYK 0.30 0.39 0 0.00
HSL 252.86º 0.98% 0.8% -
HSV(B) 252.86º 0.39% 1% -
XYZ 47.91 40.28 99.02 -
YUV 173.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 177 156 254 0.30 0.39 0 0.00 252.86 0.98 0.8
Hex B1 9C FE 1E 27 0 0 FD 62 50
Octal 261 234 376 36 47 0 0 375 142 120
Binary 10110001 10011100 11111110 11110 100111 0 0 11111101 1100010 1010000

Color Harmonies of #B19CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CFE

Black with #B19CFE

Text Example


Text Example

White with #B19CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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