Html Css Color HEX #B19CF4 Biloba Flower

📋 copy color: '#B19CF4'

red 177 ◦ green 156 ◦ blue 244

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

Shades of Biloba Flower #B19CF4

Tints of Biloba Flower #B19CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.29%

R = 30.68%
G = 27.04%
B = 42.29%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B19CF4 (or 0xB19CF4) is known color: Biloba Flower. HEX triplet: B1, 9C and F4. RGB value is (177,156,244). Sum of RGB (Red+Green+Blue) = 177+156+244=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #B19CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19CF4 is #4E630B. Grayscale: #ABABAB. Windows color (decimal): -5137164 or 16030897. OLE color: 16030897.

HSL color Cylindrical-coordinate representation of color #B19CF4: hue angle of 254.32º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B19CF4 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 156 244 -
CMYK 0.27 0.36 0 0.04
HSL 254.32º 0.8% 0.78% -
HSV(B) 254.32º 0.36% 0.96% -
XYZ 46.35 39.66 90.8 -
YUV 172.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 177 156 244 0.27 0.36 0 0.04 254.32 0.8 0.78
Hex B1 9C F4 1B 24 0 4 FE 50 4E
Octal 261 234 364 33 44 0 4 376 120 116
Binary 10110001 10011100 11110100 11011 100100 0 100 11111110 1010000 1001110

Color Harmonies of #B19CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CF4

Black with #B19CF4

Text Example


Text Example

White with #B19CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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