Html Css Color HEX #B393CC Biloba Flower

📋 copy color: '#B393CC'

red 179 ◦ green 147 ◦ blue 204

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

Shades of Biloba Flower #B393CC

Tints of Biloba Flower #B393CC

RGB

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

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

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

R = 33.77%
G = 27.74%
B = 38.49%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B393CC (or 0xB393CC) is known color: Biloba Flower. HEX triplet: B3, 93 and CC. RGB value is (179,147,204). Sum of RGB (Red+Green+Blue) = 179+147+204=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #B393CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393CC is #4C6C33. Grayscale: #A2A2A2. Windows color (decimal): -5008436 or 13407155. OLE color: 13407155.

HSL color Cylindrical-coordinate representation of color #B393CC: hue angle of 273.68º 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 #B393CC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 147 204 -
CMYK 0.12 0.28 0 0.2
HSL 273.68º 0.36% 0.69% -
HSV(B) 273.68º 0.28% 0.8% -
XYZ 39.92 34.81 61.74 -
YUV 163.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 179 147 204 0.12 0.28 0 0.2 273.68 0.36 0.69
Hex B3 93 CC C 1C 0 14 112 24 45
Octal 263 223 314 14 34 0 24 422 44 105
Binary 10110011 10010011 11001100 1100 11100 0 10100 100010010 100100 1000101

Color Harmonies of #B393CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393CC

Black with #B393CC

Text Example


Text Example

White with #B393CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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