Html Css Color HEX #B393FE Biloba Flower

📋 copy color: '#B393FE'

red 179 ◦ green 147 ◦ blue 254

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

Shades of Biloba Flower #B393FE

Tints of Biloba Flower #B393FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 30.86%
G = 25.34%
B = 43.79%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B393FE (or 0xB393FE) is known color: Biloba Flower. HEX triplet: B3, 93 and FE. RGB value is (179,147,254). Sum of RGB (Red+Green+Blue) = 179+147+254=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #B393FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B393FE is #4C6C01. Grayscale: #A8A8A8. Windows color (decimal): -5008386 or 16683955. OLE color: 16683955.

HSL color Cylindrical-coordinate representation of color #B393FE: hue angle of 257.94º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B393FE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 147 254 -
CMYK 0.30 0.42 0 0.00
HSL 257.94º 0.98% 0.79% -
HSV(B) 257.94º 0.42% 1% -
XYZ 46.91 37.61 98.55 -
YUV 168.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 179 147 254 0.30 0.42 0 0.00 257.94 0.98 0.79
Hex B3 93 FE 1E 2A 0 0 102 62 4F
Octal 263 223 376 36 52 0 0 402 142 117
Binary 10110011 10010011 11111110 11110 101010 0 0 100000010 1100010 1001111

Color Harmonies of #B393FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393FE

Black with #B393FE

Text Example


Text Example

White with #B393FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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