Html Css Color HEX #B393FF Biloba Flower

📋 copy color: '#B393FF'

red 179 ◦ green 147 ◦ blue 255

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

Shades of Biloba Flower #B393FF

Tints of Biloba Flower #B393FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.89%

R = 30.81%
G = 25.3%
B = 43.89%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B393FF (or 0xB393FF) is known color: Biloba Flower. HEX triplet: B3, 93 and FF. RGB value is (179,147,255). Sum of RGB (Red+Green+Blue) = 179+147+255=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B393FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B393FF is #4C6C00. Grayscale: #A8A8A8. Windows color (decimal): -5008385 or 16749491. OLE color: 16749491.

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

Color convert

RGB 179 147 255 -
CMYK 0.30 0.42 0 0
HSL 257.78º 1% 0.79% -
HSV(B) 257.78º 0.42% 1% -
XYZ 47.07 37.67 99.4 -
YUV 168.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 179 147 255 0.30 0.42 0 0 257.78 1 0.79
Hex B3 93 FF 1E 2A 0 0 102 64 4F
Octal 263 223 377 36 52 0 0 402 144 117
Binary 10110011 10010011 11111111 11110 101010 0 0 100000010 1100100 1001111

Color Harmonies of #B393FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B393FF

Black with #B393FF

Text Example


Text Example

White with #B393FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B393FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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