Html Css Color HEX #B194CA Biloba Flower

📋 copy color: '#B194CA'

red 177 ◦ green 148 ◦ blue 202

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

Shades of Biloba Flower #B194CA

Tints of Biloba Flower #B194CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.08%

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 33.59%
G = 28.08%
B = 38.33%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B194CA (or 0xB194CA) is known color: Biloba Flower. HEX triplet: B1, 94 and CA. RGB value is (177,148,202). Sum of RGB (Red+Green+Blue) = 177+148+202=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #B194CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194CA is #4E6B35. Grayscale: #A2A2A2. Windows color (decimal): -5139254 or 13276337. OLE color: 13276337.

HSL color Cylindrical-coordinate representation of color #B194CA: hue angle of 272.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B194CA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 148 202 -
CMYK 0.12 0.27 0 0.21
HSL 272.22º 0.34% 0.69% -
HSV(B) 272.22º 0.27% 0.79% -
XYZ 39.38 34.79 60.52 -
YUV 162.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 177 148 202 0.12 0.27 0 0.21 272.22 0.34 0.69
Hex B1 94 CA C 1B 0 15 110 22 45
Octal 261 224 312 14 33 0 25 420 42 105
Binary 10110001 10010100 11001010 1100 11011 0 10101 100010000 100010 1000101

Color Harmonies of #B194CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194CA

Black with #B194CA

Text Example


Text Example

White with #B194CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194CA; }

 p { color: rgb(177,148,202); }

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

background-color css

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

 a { background-color: rgb(177,148,202); }

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

border-color css

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

 span { border-color: rgb(177,148,202); }

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