Html Css Color HEX #B19CE0 Biloba Flower

📋 copy color: '#B19CE0'

red 177 ◦ green 156 ◦ blue 224

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

Shades of Biloba Flower #B19CE0

Tints of Biloba Flower #B19CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 31.78%
G = 28.01%
B = 40.22%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B19CE0 (or 0xB19CE0) is known color: Biloba Flower. HEX triplet: B1, 9C and E0. RGB value is (177,156,224). Sum of RGB (Red+Green+Blue) = 177+156+224=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #B19CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CE0 is #4E631F. Grayscale: #A9A9A9. Windows color (decimal): -5137184 or 14720177. OLE color: 14720177.

HSL color Cylindrical-coordinate representation of color #B19CE0: hue angle of 258.53º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19CE0 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 156 224 -
CMYK 0.21 0.30 0 0.12
HSL 258.53º 0.52% 0.75% -
HSV(B) 258.53º 0.3% 0.88% -
XYZ 43.47 38.51 75.66 -
YUV 170.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 177 156 224 0.21 0.30 0 0.12 258.53 0.52 0.75
Hex B1 9C E0 15 1E 0 C 103 34 4B
Octal 261 234 340 25 36 0 14 403 64 113
Binary 10110001 10011100 11100000 10101 11110 0 1100 100000011 110100 1001011

Color Harmonies of #B19CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CE0

Black with #B19CE0

Text Example


Text Example

White with #B19CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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