Html Css Color HEX #B889FE Biloba Flower

📋 copy color: '#B889FE'

red 184 ◦ green 137 ◦ blue 254

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

Shades of Biloba Flower #B889FE

Tints of Biloba Flower #B889FE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.83%

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 32%
G = 23.83%
B = 44.17%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B889FE (or 0xB889FE) is known color: Biloba Flower. HEX triplet: B8, 89 and FE. RGB value is (184,137,254). Sum of RGB (Red+Green+Blue) = 184+137+254=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #B889FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B889FE is #477601. Grayscale: #A3A3A3. Windows color (decimal): -4683266 or 16681400. OLE color: 16681400.

HSL color Cylindrical-coordinate representation of color #B889FE: hue angle of 264.1º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B889FE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 137 254 -
CMYK 0.28 0.46 0 0.00
HSL 264.1º 0.98% 0.77% -
HSV(B) 264.1º 0.46% 1% -
XYZ 46.6 35.24 98.11 -
YUV 164.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 184 137 254 0.28 0.46 0 0.00 264.1 0.98 0.77
Hex B8 89 FE 1C 2E 0 0 108 62 4D
Octal 270 211 376 34 56 0 0 410 142 115
Binary 10111000 10001001 11111110 11100 101110 0 0 100001000 1100010 1001101

Color Harmonies of #B889FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B889FE

Black with #B889FE

Text Example


Text Example

White with #B889FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B889FE; }

 p { color: rgb(184,137,254); }

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

background-color css

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

 a { background-color: rgb(184,137,254); }

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

border-color css

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

 span { border-color: rgb(184,137,254); }

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