Html Css Color HEX #B286DD Biloba Flower

📋 copy color: '#B286DD'

red 178 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #B286DD

Tints of Biloba Flower #B286DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 33.4%
G = 25.14%
B = 41.46%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B286DD (or 0xB286DD) is known color: Biloba Flower. HEX triplet: B2, 86 and DD. RGB value is (178,134,221). Sum of RGB (Red+Green+Blue) = 178+134+221=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #B286DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B286DD is #4D7922. Grayscale: #9C9C9C. Windows color (decimal): -5077283 or 14517938. OLE color: 14517938.

HSL color Cylindrical-coordinate representation of color #B286DD: hue angle of 270.34º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B286DD is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 134 221 -
CMYK 0.19 0.39 0 0.13
HSL 270.34º 0.56% 0.7% -
HSV(B) 270.34º 0.39% 0.87% -
XYZ 39.94 31.74 72.43 -
YUV 157.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 178 134 221 0.19 0.39 0 0.13 270.34 0.56 0.7
Hex B2 86 DD 13 27 0 D 10E 38 46
Octal 262 206 335 23 47 0 15 416 70 106
Binary 10110010 10000110 11011101 10011 100111 0 1101 100001110 111000 1000110

Color Harmonies of #B286DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B286DD

Black with #B286DD

Text Example


Text Example

White with #B286DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B286DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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