Html Css Color HEX #B193CC Biloba Flower

📋 copy color: '#B193CC'

red 177 ◦ green 147 ◦ blue 204

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

Shades of Biloba Flower #B193CC

Tints of Biloba Flower #B193CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 33.52%
G = 27.84%
B = 38.64%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B193CC (or 0xB193CC) is known color: Biloba Flower. HEX triplet: B1, 93 and CC. RGB value is (177,147,204). Sum of RGB (Red+Green+Blue) = 177+147+204=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #B193CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193CC is #4E6C33. Grayscale: #A2A2A2. Windows color (decimal): -5139508 or 13407153. OLE color: 13407153.

HSL color Cylindrical-coordinate representation of color #B193CC: hue angle of 271.58º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B193CC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 147 204 -
CMYK 0.13 0.28 0 0.2
HSL 271.58º 0.36% 0.69% -
HSV(B) 271.58º 0.28% 0.8% -
XYZ 39.46 34.57 61.72 -
YUV 162.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 177 147 204 0.13 0.28 0 0.2 271.58 0.36 0.69
Hex B1 93 CC D 1C 0 14 110 24 45
Octal 261 223 314 15 34 0 24 420 44 105
Binary 10110001 10010011 11001100 1101 11100 0 10100 100010000 100100 1000101

Color Harmonies of #B193CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193CC

Black with #B193CC

Text Example


Text Example

White with #B193CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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