Html Css Color HEX #B892E1 Biloba Flower

📋 copy color: '#B892E1'

red 184 ◦ green 146 ◦ blue 225

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

Shades of Biloba Flower #B892E1

Tints of Biloba Flower #B892E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.54%

R = 33.15%
G = 26.31%
B = 40.54%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B892E1 (or 0xB892E1) is known color: Biloba Flower. HEX triplet: B8, 92 and E1. RGB value is (184,146,225). Sum of RGB (Red+Green+Blue) = 184+146+225=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #B892E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892E1 is #476D1E. Grayscale: #A6A6A6. Windows color (decimal): -4680991 or 14783160. OLE color: 14783160.

HSL color Cylindrical-coordinate representation of color #B892E1: hue angle of 268.86º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B892E1 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 146 225 -
CMYK 0.18 0.35 0 0.12
HSL 268.86º 0.57% 0.73% -
HSV(B) 268.86º 0.35% 0.88% -
XYZ 43.64 36.18 75.92 -
YUV 166.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 184 146 225 0.18 0.35 0 0.12 268.86 0.57 0.73
Hex B8 92 E1 12 23 0 C 10D 39 49
Octal 270 222 341 22 43 0 14 415 71 111
Binary 10111000 10010010 11100001 10010 100011 0 1100 100001101 111001 1001001

Color Harmonies of #B892E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B892E1

Black with #B892E1

Text Example


Text Example

White with #B892E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B892E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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