Html Css Color HEX #B392FF Biloba Flower

📋 copy color: '#B392FF'

red 179 ◦ green 146 ◦ blue 255

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

Shades of Biloba Flower #B392FF

Tints of Biloba Flower #B392FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 30.86%
G = 25.17%
B = 43.97%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B392FF (or 0xB392FF) is known color: Biloba Flower. HEX triplet: B3, 92 and FF. RGB value is (179,146,255). Sum of RGB (Red+Green+Blue) = 179+146+255=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B392FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B392FF is #4C6D00. Grayscale: #A7A7A7. Windows color (decimal): -5008641 or 16749235. OLE color: 16749235.

HSL color Cylindrical-coordinate representation of color #B392FF: hue angle of 258.17º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B392FF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 146 255 -
CMYK 0.30 0.43 0 0
HSL 258.17º 1% 0.79% -
HSV(B) 258.17º 0.43% 1% -
XYZ 46.92 37.36 99.35 -
YUV 168.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 179 146 255 0.30 0.43 0 0 258.17 1 0.79
Hex B3 92 FF 1E 2B 0 0 102 64 4F
Octal 263 222 377 36 53 0 0 402 144 117
Binary 10110011 10010010 11111111 11110 101011 0 0 100000010 1100100 1001111

Color Harmonies of #B392FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392FF

Black with #B392FF

Text Example


Text Example

White with #B392FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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