Html Css Color HEX #B193CE Biloba Flower

📋 copy color: '#B193CE'

red 177 ◦ green 147 ◦ blue 206

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

Shades of Biloba Flower #B193CE

Tints of Biloba Flower #B193CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.74%

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 33.4%
G = 27.74%
B = 38.87%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B193CE (or 0xB193CE) is known color: Biloba Flower. HEX triplet: B1, 93 and CE. RGB value is (177,147,206). Sum of RGB (Red+Green+Blue) = 177+147+206=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #B193CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193CE is #4E6C31. Grayscale: #A2A2A2. Windows color (decimal): -5139506 or 13538225. OLE color: 13538225.

HSL color Cylindrical-coordinate representation of color #B193CE: hue angle of 270.51º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B193CE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 147 206 -
CMYK 0.14 0.29 0 0.19
HSL 270.51º 0.38% 0.69% -
HSV(B) 270.51º 0.29% 0.81% -
XYZ 39.71 34.67 62.99 -
YUV 162.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 177 147 206 0.14 0.29 0 0.19 270.51 0.38 0.69
Hex B1 93 CE E 1D 0 13 10F 26 45
Octal 261 223 316 16 35 0 23 417 46 105
Binary 10110001 10010011 11001110 1110 11101 0 10011 100001111 100110 1000101

Color Harmonies of #B193CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193CE

Black with #B193CE

Text Example


Text Example

White with #B193CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193CE; }

 p { color: rgb(177,147,206); }

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

background-color css

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

 a { background-color: rgb(177,147,206); }

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

border-color css

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

 span { border-color: rgb(177,147,206); }

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