Html Css Color HEX #B192CE Biloba Flower

📋 copy color: '#B192CE'

red 177 ◦ green 146 ◦ blue 206

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

Shades of Biloba Flower #B192CE

Tints of Biloba Flower #B192CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.6%

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

R = 33.46%
G = 27.6%
B = 38.94%

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

#B192CE (or 0xB192CE) is known color: Biloba Flower. HEX triplet: B1, 92 and CE. RGB value is (177,146,206). Sum of RGB (Red+Green+Blue) = 177+146+206=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #B192CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192CE is #4E6D31. Grayscale: #A1A1A1. Windows color (decimal): -5139762 or 13537969. OLE color: 13537969.

HSL color Cylindrical-coordinate representation of color #B192CE: hue angle of 271º 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 #B192CE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 146 206 -
CMYK 0.14 0.29 0 0.19
HSL 271º 0.38% 0.69% -
HSV(B) 271º 0.29% 0.81% -
XYZ 39.55 34.36 62.94 -
YUV 162.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 177 146 206 0.14 0.29 0 0.19 271 0.38 0.69
Hex B1 92 CE E 1D 0 13 10F 26 45
Octal 261 222 316 16 35 0 23 417 46 105
Binary 10110001 10010010 11001110 1110 11101 0 10011 100001111 100110 1000101

Color Harmonies of #B192CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B192CE

Black with #B192CE

Text Example


Text Example

White with #B192CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B192CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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