Html Css Color HEX #B195CA Biloba Flower

📋 copy color: '#B195CA'

red 177 ◦ green 149 ◦ blue 202

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

Shades of Biloba Flower #B195CA

Tints of Biloba Flower #B195CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.22%

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

R = 33.52%
G = 28.22%
B = 38.26%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B195CA (or 0xB195CA) is known color: Biloba Flower. HEX triplet: B1, 95 and CA. RGB value is (177,149,202). Sum of RGB (Red+Green+Blue) = 177+149+202=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #B195CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195CA is #4E6A35. Grayscale: #A3A3A3. Windows color (decimal): -5138998 or 13276593. OLE color: 13276593.

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

Color convert

RGB 177 149 202 -
CMYK 0.12 0.26 0 0.21
HSL 271.7º 0.33% 0.69% -
HSV(B) 271.7º 0.26% 0.79% -
XYZ 39.54 35.11 60.57 -
YUV 163.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 177 149 202 0.12 0.26 0 0.21 271.7 0.33 0.69
Hex B1 95 CA C 1A 0 15 110 21 45
Octal 261 225 312 14 32 0 25 420 41 105
Binary 10110001 10010101 11001010 1100 11010 0 10101 100010000 100001 1000101

Color Harmonies of #B195CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195CA

Black with #B195CA

Text Example


Text Example

White with #B195CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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