Html Css Color HEX #B493EC Biloba Flower

📋 copy color: '#B493EC'

red 180 ◦ green 147 ◦ blue 236

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

Shades of Biloba Flower #B493EC

Tints of Biloba Flower #B493EC

RGB

 RED value IS 180 (70.7% from 255) = 31.97%

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 31.97%
G = 26.11%
B = 41.92%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B493EC (or 0xB493EC) is known color: Biloba Flower. HEX triplet: B4, 93 and EC. RGB value is (180,147,236). Sum of RGB (Red+Green+Blue) = 180+147+236=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #B493EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B493EC is #4B6C13. Grayscale: #A6A6A6. Windows color (decimal): -4942868 or 15504308. OLE color: 15504308.

HSL color Cylindrical-coordinate representation of color #B493EC: hue angle of 262.25º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B493EC is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 147 236 -
CMYK 0.24 0.38 0 0.07
HSL 262.25º 0.7% 0.75% -
HSV(B) 262.25º 0.38% 0.93% -
XYZ 44.4 36.63 84.09 -
YUV 167.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 180 147 236 0.24 0.38 0 0.07 262.25 0.7 0.75
Hex B4 93 EC 18 26 0 7 106 46 4B
Octal 264 223 354 30 46 0 7 406 106 113
Binary 10110100 10010011 11101100 11000 100110 0 111 100000110 1000110 1001011

Color Harmonies of #B493EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493EC

Black with #B493EC

Text Example


Text Example

White with #B493EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493EC; }

 p { color: rgb(180,147,236); }

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

background-color css

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

 a { background-color: rgb(180,147,236); }

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

border-color css

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

 span { border-color: rgb(180,147,236); }

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