Html Css Color HEX #B393FA Biloba Flower

📋 copy color: '#B393FA'

red 179 ◦ green 147 ◦ blue 250

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

Shades of Biloba Flower #B393FA

Tints of Biloba Flower #B393FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 31.08%
G = 25.52%
B = 43.4%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B393FA (or 0xB393FA) is known color: Biloba Flower. HEX triplet: B3, 93 and FA. RGB value is (179,147,250). Sum of RGB (Red+Green+Blue) = 179+147+250=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #B393FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B393FA is #4C6C05. Grayscale: #A7A7A7. Windows color (decimal): -5008390 or 16421811. OLE color: 16421811.

HSL color Cylindrical-coordinate representation of color #B393FA: hue angle of 258.64º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B393FA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 147 250 -
CMYK 0.28 0.41 0 0.02
HSL 258.64º 0.91% 0.78% -
HSV(B) 258.64º 0.41% 0.98% -
XYZ 46.28 37.35 95.21 -
YUV 168.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 179 147 250 0.28 0.41 0 0.02 258.64 0.91 0.78
Hex B3 93 FA 1C 29 0 2 103 5B 4E
Octal 263 223 372 34 51 0 2 403 133 116
Binary 10110011 10010011 11111010 11100 101001 0 10 100000011 1011011 1001110

Color Harmonies of #B393FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393FA

Black with #B393FA

Text Example


Text Example

White with #B393FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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