Html Css Color HEX #B293E8 Biloba Flower

📋 copy color: '#B293E8'

red 178 ◦ green 147 ◦ blue 232

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

Shades of Biloba Flower #B293E8

Tints of Biloba Flower #B293E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.65%

R = 31.96%
G = 26.39%
B = 41.65%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B293E8 (or 0xB293E8) is known color: Biloba Flower. HEX triplet: B2, 93 and E8. RGB value is (178,147,232). Sum of RGB (Red+Green+Blue) = 178+147+232=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #B293E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B293E8 is #4D6C17. Grayscale: #A5A5A5. Windows color (decimal): -5073944 or 15242162. OLE color: 15242162.

HSL color Cylindrical-coordinate representation of color #B293E8: hue angle of 261.88º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B293E8 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 147 232 -
CMYK 0.23 0.37 0 0.09
HSL 261.88º 0.65% 0.74% -
HSV(B) 261.88º 0.37% 0.91% -
XYZ 43.36 36.16 81.04 -
YUV 165.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 178 147 232 0.23 0.37 0 0.09 261.88 0.65 0.74
Hex B2 93 E8 17 25 0 9 106 41 4A
Octal 262 223 350 27 45 0 11 406 101 112
Binary 10110010 10010011 11101000 10111 100101 0 1001 100000110 1000001 1001010

Color Harmonies of #B293E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B293E8

Black with #B293E8

Text Example


Text Example

White with #B293E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B293E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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