Html Css Color HEX #B492EF Biloba Flower

📋 copy color: '#B492EF'

red 180 ◦ green 146 ◦ blue 239

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

Shades of Biloba Flower #B492EF

Tints of Biloba Flower #B492EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 31.86%
G = 25.84%
B = 42.3%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B492EF (or 0xB492EF) is known color: Biloba Flower. HEX triplet: B4, 92 and EF. RGB value is (180,146,239). Sum of RGB (Red+Green+Blue) = 180+146+239=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #B492EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B492EF is #4B6D10. Grayscale: #A6A6A6. Windows color (decimal): -4943121 or 15700660. OLE color: 15700660.

HSL color Cylindrical-coordinate representation of color #B492EF: hue angle of 261.94º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B492EF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 146 239 -
CMYK 0.25 0.39 0 0.06
HSL 261.94º 0.74% 0.75% -
HSV(B) 261.94º 0.39% 0.94% -
XYZ 44.68 36.49 86.35 -
YUV 166.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 180 146 239 0.25 0.39 0 0.06 261.94 0.74 0.75
Hex B4 92 EF 19 27 0 6 106 4A 4B
Octal 264 222 357 31 47 0 6 406 112 113
Binary 10110100 10010010 11101111 11001 100111 0 110 100000110 1001010 1001011

Color Harmonies of #B492EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492EF

Black with #B492EF

Text Example


Text Example

White with #B492EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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