Html Css Color HEX #B393F3 Biloba Flower

📋 copy color: '#B393F3'

red 179 ◦ green 147 ◦ blue 243

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

Shades of Biloba Flower #B393F3

Tints of Biloba Flower #B393F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.71%

R = 31.46%
G = 25.83%
B = 42.71%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B393F3 (or 0xB393F3) is known color: Biloba Flower. HEX triplet: B3, 93 and F3. RGB value is (179,147,243). Sum of RGB (Red+Green+Blue) = 179+147+243=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #B393F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B393F3 is #4C6C0C. Grayscale: #A7A7A7. Windows color (decimal): -5008397 or 15963059. OLE color: 15963059.

HSL color Cylindrical-coordinate representation of color #B393F3: hue angle of 260º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B393F3 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 147 243 -
CMYK 0.26 0.40 0 0.05
HSL 260º 0.8% 0.76% -
HSV(B) 260º 0.4% 0.95% -
XYZ 45.2 36.92 89.54 -
YUV 167.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 179 147 243 0.26 0.40 0 0.05 260 0.8 0.76
Hex B3 93 F3 1A 28 0 5 104 50 4C
Octal 263 223 363 32 50 0 5 404 120 114
Binary 10110011 10010011 11110011 11010 101000 0 101 100000100 1010000 1001100

Color Harmonies of #B393F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393F3

Black with #B393F3

Text Example


Text Example

White with #B393F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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