Html Css Color HEX #B293FE Biloba Flower

📋 copy color: '#B293FE'

red 178 ◦ green 147 ◦ blue 254

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

Shades of Biloba Flower #B293FE

Tints of Biloba Flower #B293FE

RGB

 RED value IS 178 (69.92% from 255) = 30.74%

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

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

R = 30.74%
G = 25.39%
B = 43.87%

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

#B293FE (or 0xB293FE) is known color: Biloba Flower. HEX triplet: B2, 93 and FE. RGB value is (178,147,254). Sum of RGB (Red+Green+Blue) = 178+147+254=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #B293FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B293FE is #4D6C01. Grayscale: #A8A8A8. Windows color (decimal): -5073922 or 16683954. OLE color: 16683954.

HSL color Cylindrical-coordinate representation of color #B293FE: hue angle of 257.38º 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 #B293FE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 147 254 -
CMYK 0.30 0.42 0 0.00
HSL 257.38º 0.98% 0.79% -
HSV(B) 257.38º 0.42% 1% -
XYZ 46.68 37.49 98.54 -
YUV 168.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 178 147 254 0.30 0.42 0 0.00 257.38 0.98 0.79
Hex B2 93 FE 1E 2A 0 0 101 62 4F
Octal 262 223 376 36 52 0 0 401 142 117
Binary 10110010 10010011 11111110 11110 101010 0 0 100000001 1100010 1001111

Color Harmonies of #B293FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B293FE

Black with #B293FE

Text Example


Text Example

White with #B293FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B293FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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