Html Css Color HEX #B19CFD Biloba Flower

📋 copy color: '#B19CFD'

red 177 ◦ green 156 ◦ blue 253

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

Shades of Biloba Flower #B19CFD

Tints of Biloba Flower #B19CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.17%

R = 30.2%
G = 26.62%
B = 43.17%

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

#B19CFD (or 0xB19CFD) is known color: Biloba Flower. HEX triplet: B1, 9C and FD. RGB value is (177,156,253). Sum of RGB (Red+Green+Blue) = 177+156+253=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #B19CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19CFD is #4E6302. Grayscale: #ACACAC. Windows color (decimal): -5137155 or 16620721. OLE color: 16620721.

HSL color Cylindrical-coordinate representation of color #B19CFD: hue angle of 252.99º degrees, saturation: 0.96, 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 #B19CFD is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 156 253 -
CMYK 0.30 0.38 0 0.01
HSL 252.99º 0.96% 0.8% -
HSV(B) 252.99º 0.38% 0.99% -
XYZ 47.75 40.22 98.17 -
YUV 173.34 172.96 130.61 -
System Red Green Blue C M Y K H S L
Decimal 177 156 253 0.30 0.38 0 0.01 252.99 0.96 0.8
Hex B1 9C FD 1E 26 0 1 FD 60 50
Octal 261 234 375 36 46 0 1 375 140 120
Binary 10110001 10011100 11111101 11110 100110 0 1 11111101 1100000 1010000

Color Harmonies of #B19CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CFD

Black with #B19CFD

Text Example


Text Example

White with #B19CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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