Html Css Color HEX #B492EC Biloba Flower

📋 copy color: '#B492EC'

red 180 ◦ green 146 ◦ blue 236

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

Shades of Biloba Flower #B492EC

Tints of Biloba Flower #B492EC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.98%

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

R = 32.03%
G = 25.98%
B = 41.99%

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

#B492EC (or 0xB492EC) is known color: Biloba Flower. HEX triplet: B4, 92 and EC. RGB value is (180,146,236). Sum of RGB (Red+Green+Blue) = 180+146+236=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #B492EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B492EC is #4B6D13. Grayscale: #A6A6A6. Windows color (decimal): -4943124 or 15504052. OLE color: 15504052.

HSL color Cylindrical-coordinate representation of color #B492EC: hue angle of 262.67º 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 #B492EC is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 146 236 -
CMYK 0.24 0.38 0 0.07
HSL 262.67º 0.7% 0.75% -
HSV(B) 262.67º 0.38% 0.93% -
XYZ 44.24 36.32 84.04 -
YUV 166.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 180 146 236 0.24 0.38 0 0.07 262.67 0.7 0.75
Hex B4 92 EC 18 26 0 7 107 46 4B
Octal 264 222 354 30 46 0 7 407 106 113
Binary 10110100 10010010 11101100 11000 100110 0 111 100000111 1000110 1001011

Color Harmonies of #B492EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492EC

Black with #B492EC

Text Example


Text Example

White with #B492EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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