Html Css Color HEX #B286DF Biloba Flower

📋 copy color: '#B286DF'

red 178 ◦ green 134 ◦ blue 223

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

Shades of Biloba Flower #B286DF

Tints of Biloba Flower #B286DF

RGB

 RED value IS 178 (69.92% from 255) = 33.27%

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 33.27%
G = 25.05%
B = 41.68%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B286DF (or 0xB286DF) is known color: Biloba Flower. HEX triplet: B2, 86 and DF. RGB value is (178,134,223). Sum of RGB (Red+Green+Blue) = 178+134+223=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #B286DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B286DF is #4D7920. Grayscale: #9C9C9C. Windows color (decimal): -5077281 or 14649010. OLE color: 14649010.

HSL color Cylindrical-coordinate representation of color #B286DF: hue angle of 269.66º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B286DF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 134 223 -
CMYK 0.20 0.40 0 0.13
HSL 269.66º 0.58% 0.7% -
HSV(B) 269.66º 0.4% 0.87% -
XYZ 40.2 31.84 73.84 -
YUV 157.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 178 134 223 0.20 0.40 0 0.13 269.66 0.58 0.7
Hex B2 86 DF 14 28 0 D 10E 3A 46
Octal 262 206 337 24 50 0 15 416 72 106
Binary 10110010 10000110 11011111 10100 101000 0 1101 100001110 111010 1000110

Color Harmonies of #B286DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B286DF

Black with #B286DF

Text Example


Text Example

White with #B286DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B286DF; }

 p { color: rgb(178,134,223); }

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

background-color css

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

 a { background-color: rgb(178,134,223); }

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

border-color css

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

 span { border-color: rgb(178,134,223); }

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