Html Css Color HEX #B392F0 Biloba Flower

📋 copy color: '#B392F0'

red 179 ◦ green 146 ◦ blue 240

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

Shades of Biloba Flower #B392F0

Tints of Biloba Flower #B392F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 31.68%
G = 25.84%
B = 42.48%

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

#B392F0 (or 0xB392F0) is known color: Biloba Flower. HEX triplet: B3, 92 and F0. RGB value is (179,146,240). Sum of RGB (Red+Green+Blue) = 179+146+240=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #B392F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B392F0 is #4C6D0F. Grayscale: #A6A6A6. Windows color (decimal): -5008656 or 15766195. OLE color: 15766195.

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

Color convert

RGB 179 146 240 -
CMYK 0.25 0.39 0 0.06
HSL 261.06º 0.76% 0.76% -
HSV(B) 261.06º 0.39% 0.94% -
XYZ 44.6 36.43 87.12 -
YUV 166.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 179 146 240 0.25 0.39 0 0.06 261.06 0.76 0.76
Hex B3 92 F0 19 27 0 6 105 4C 4C
Octal 263 222 360 31 47 0 6 405 114 114
Binary 10110011 10010010 11110000 11001 100111 0 110 100000101 1001100 1001100

Color Harmonies of #B392F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392F0

Black with #B392F0

Text Example


Text Example

White with #B392F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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