Html Css Color HEX #B393CE Biloba Flower

📋 copy color: '#B393CE'

red 179 ◦ green 147 ◦ blue 206

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

Shades of Biloba Flower #B393CE

Tints of Biloba Flower #B393CE

RGB

 RED value IS 179 (70.31% from 255) = 33.65%

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

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

R = 33.65%
G = 27.63%
B = 38.72%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B393CE (or 0xB393CE) is known color: Biloba Flower. HEX triplet: B3, 93 and CE. RGB value is (179,147,206). Sum of RGB (Red+Green+Blue) = 179+147+206=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #B393CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393CE is #4C6C31. Grayscale: #A3A3A3. Windows color (decimal): -5008434 or 13538227. OLE color: 13538227.

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

Color convert

RGB 179 147 206 -
CMYK 0.13 0.29 0 0.19
HSL 272.54º 0.38% 0.69% -
HSV(B) 272.54º 0.29% 0.81% -
XYZ 40.16 34.91 63.01 -
YUV 163.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 179 147 206 0.13 0.29 0 0.19 272.54 0.38 0.69
Hex B3 93 CE D 1D 0 13 111 26 45
Octal 263 223 316 15 35 0 23 421 46 105
Binary 10110011 10010011 11001110 1101 11101 0 10011 100010001 100110 1000101

Color Harmonies of #B393CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393CE

Black with #B393CE

Text Example


Text Example

White with #B393CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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