Html Css Color HEX #B888FA Biloba Flower

📋 copy color: '#B888FA'

red 184 ◦ green 136 ◦ blue 250

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

Shades of Biloba Flower #B888FA

Tints of Biloba Flower #B888FA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.86%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 32.28%
G = 23.86%
B = 43.86%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B888FA (or 0xB888FA) is known color: Biloba Flower. HEX triplet: B8, 88 and FA. RGB value is (184,136,250). Sum of RGB (Red+Green+Blue) = 184+136+250=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #B888FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B888FA is #477705. Grayscale: #A2A2A2. Windows color (decimal): -4683526 or 16419000. OLE color: 16419000.

HSL color Cylindrical-coordinate representation of color #B888FA: hue angle of 265.26º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B888FA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 136 250 -
CMYK 0.26 0.46 0 0.02
HSL 265.26º 0.92% 0.76% -
HSV(B) 265.26º 0.46% 0.98% -
XYZ 45.83 34.7 94.73 -
YUV 163.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 184 136 250 0.26 0.46 0 0.02 265.26 0.92 0.76
Hex B8 88 FA 1A 2E 0 2 109 5C 4C
Octal 270 210 372 32 56 0 2 411 134 114
Binary 10111000 10001000 11111010 11010 101110 0 10 100001001 1011100 1001100

Color Harmonies of #B888FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B888FA

Black with #B888FA

Text Example


Text Example

White with #B888FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B888FA; }

 p { color: rgb(184,136,250); }

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

background-color css

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

 a { background-color: rgb(184,136,250); }

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

border-color css

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

 span { border-color: rgb(184,136,250); }

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