Html Css Color HEX #B287DB Biloba Flower

📋 copy color: '#B287DB'

red 178 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #B287DB

Tints of Biloba Flower #B287DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.38%

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 33.46%
G = 25.38%
B = 41.17%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B287DB (or 0xB287DB) is known color: Biloba Flower. HEX triplet: B2, 87 and DB. RGB value is (178,135,219). Sum of RGB (Red+Green+Blue) = 178+135+219=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #B287DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B287DB is #4D7824. Grayscale: #9D9D9D. Windows color (decimal): -5077029 or 14387122. OLE color: 14387122.

HSL color Cylindrical-coordinate representation of color #B287DB: hue angle of 270.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B287DB is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 135 219 -
CMYK 0.19 0.38 0 0.14
HSL 270.71º 0.54% 0.69% -
HSV(B) 270.71º 0.38% 0.86% -
XYZ 39.81 31.91 71.08 -
YUV 157.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 178 135 219 0.19 0.38 0 0.14 270.71 0.54 0.69
Hex B2 87 DB 13 26 0 E 10F 36 45
Octal 262 207 333 23 46 0 16 417 66 105
Binary 10110010 10000111 11011011 10011 100110 0 1110 100001111 110110 1000101

Color Harmonies of #B287DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B287DB

Black with #B287DB

Text Example


Text Example

White with #B287DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B287DB; }

 p { color: rgb(178,135,219); }

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

background-color css

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

 a { background-color: rgb(178,135,219); }

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

border-color css

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

 span { border-color: rgb(178,135,219); }

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