Html Css Color HEX #B19DFC Biloba Flower

📋 copy color: '#B19DFC'

red 177 ◦ green 157 ◦ blue 252

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

Shades of Biloba Flower #B19DFC

Tints of Biloba Flower #B19DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.79%

 BLUE value IS 252 (98.83% from 255) = 43%

R = 30.2%
G = 26.79%
B = 43%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B19DFC (or 0xB19DFC) is known color: Biloba Flower. HEX triplet: B1, 9D and FC. RGB value is (177,157,252). Sum of RGB (Red+Green+Blue) = 177+157+252=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #B19DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19DFC is #4E6203. Grayscale: #ADADAD. Windows color (decimal): -5136900 or 16555441. OLE color: 16555441.

HSL color Cylindrical-coordinate representation of color #B19DFC: hue angle of 252.63º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B19DFC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 157 252 -
CMYK 0.30 0.38 0 0.01
HSL 252.63º 0.94% 0.8% -
HSV(B) 252.63º 0.38% 0.99% -
XYZ 47.76 40.49 97.39 -
YUV 173.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 177 157 252 0.30 0.38 0 0.01 252.63 0.94 0.8
Hex B1 9D FC 1E 26 0 1 FD 5E 50
Octal 261 235 374 36 46 0 1 375 136 120
Binary 10110001 10011101 11111100 11110 100110 0 1 11111101 1011110 1010000

Color Harmonies of #B19DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DFC

Black with #B19DFC

Text Example


Text Example

White with #B19DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DFC; }

 p { color: rgb(177,157,252); }

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

background-color css

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

 a { background-color: rgb(177,157,252); }

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

border-color css

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

 span { border-color: rgb(177,157,252); }

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