Html Css Color HEX #B392EF Biloba Flower

📋 copy color: '#B392EF'

red 179 ◦ green 146 ◦ blue 239

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

Shades of Biloba Flower #B392EF

Tints of Biloba Flower #B392EF

RGB

 RED value IS 179 (70.31% from 255) = 31.74%

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

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

R = 31.74%
G = 25.89%
B = 42.38%

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

#B392EF (or 0xB392EF) is known color: Biloba Flower. HEX triplet: B3, 92 and EF. RGB value is (179,146,239). Sum of RGB (Red+Green+Blue) = 179+146+239=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #B392EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B392EF is #4C6D10. Grayscale: #A6A6A6. Windows color (decimal): -5008657 or 15700659. OLE color: 15700659.

HSL color Cylindrical-coordinate representation of color #B392EF: hue angle of 261.29º 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 #B392EF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 146 239 -
CMYK 0.25 0.39 0 0.06
HSL 261.29º 0.74% 0.75% -
HSV(B) 261.29º 0.39% 0.94% -
XYZ 44.45 36.37 86.34 -
YUV 166.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 179 146 239 0.25 0.39 0 0.06 261.29 0.74 0.75
Hex B3 92 EF 19 27 0 6 105 4A 4B
Octal 263 222 357 31 47 0 6 405 112 113
Binary 10110011 10010010 11101111 11001 100111 0 110 100000101 1001010 1001011

Color Harmonies of #B392EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392EF

Black with #B392EF

Text Example


Text Example

White with #B392EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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