Html Css Color HEX #B886FA Biloba Flower

📋 copy color: '#B886FA'

red 184 ◦ green 134 ◦ blue 250

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

Shades of Biloba Flower #B886FA

Tints of Biloba Flower #B886FA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.59%

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

R = 32.39%
G = 23.59%
B = 44.01%

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

#B886FA (or 0xB886FA) is known color: Biloba Flower. HEX triplet: B8, 86 and FA. RGB value is (184,134,250). Sum of RGB (Red+Green+Blue) = 184+134+250=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #B886FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B886FA is #477905. Grayscale: #A1A1A1. Windows color (decimal): -4684038 or 16418488. OLE color: 16418488.

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

Color convert

RGB 184 134 250 -
CMYK 0.26 0.46 0 0.02
HSL 265.86º 0.92% 0.75% -
HSV(B) 265.86º 0.46% 0.98% -
XYZ 45.55 34.14 94.63 -
YUV 162.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 184 134 250 0.26 0.46 0 0.02 265.86 0.92 0.75
Hex B8 86 FA 1A 2E 0 2 10A 5C 4B
Octal 270 206 372 32 56 0 2 412 134 113
Binary 10111000 10000110 11111010 11010 101110 0 10 100001010 1011100 1001011

Color Harmonies of #B886FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B886FA

Black with #B886FA

Text Example


Text Example

White with #B886FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B886FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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