Html Css Color HEX #B892F6 Biloba Flower

📋 copy color: '#B892F6'

red 184 ◦ green 146 ◦ blue 246

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

Shades of Biloba Flower #B892F6

Tints of Biloba Flower #B892F6

RGB

 RED value IS 184 (72.27% from 255) = 31.94%

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

 BLUE value IS 246 (96.48% from 255) = 42.71%

R = 31.94%
G = 25.35%
B = 42.71%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B892F6 (or 0xB892F6) is known color: Biloba Flower. HEX triplet: B8, 92 and F6. RGB value is (184,146,246). Sum of RGB (Red+Green+Blue) = 184+146+246=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #B892F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B892F6 is #476D09. Grayscale: #A8A8A8. Windows color (decimal): -4680970 or 16159416. OLE color: 16159416.

HSL color Cylindrical-coordinate representation of color #B892F6: hue angle of 262.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B892F6 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 146 246 -
CMYK 0.25 0.41 0 0.04
HSL 262.8º 0.85% 0.77% -
HSV(B) 262.8º 0.41% 0.96% -
XYZ 46.68 37.4 91.95 -
YUV 168.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 184 146 246 0.25 0.41 0 0.04 262.8 0.85 0.77
Hex B8 92 F6 19 29 0 4 107 55 4D
Octal 270 222 366 31 51 0 4 407 125 115
Binary 10111000 10010010 11110110 11001 101001 0 100 100000111 1010101 1001101

Color Harmonies of #B892F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B892F6

Black with #B892F6

Text Example


Text Example

White with #B892F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B892F6; }

 p { color: rgb(184,146,246); }

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

background-color css

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

 a { background-color: rgb(184,146,246); }

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

border-color css

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

 span { border-color: rgb(184,146,246); }

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