Html Css Color HEX #B287D5 Biloba Flower

📋 copy color: '#B287D5'

red 178 ◦ green 135 ◦ blue 213

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

Shades of Biloba Flower #B287D5

Tints of Biloba Flower #B287D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.49%

R = 33.84%
G = 25.67%
B = 40.49%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B287D5 (or 0xB287D5) is known color: Biloba Flower. HEX triplet: B2, 87 and D5. RGB value is (178,135,213). Sum of RGB (Red+Green+Blue) = 178+135+213=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #B287D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B287D5 is #4D782A. Grayscale: #9C9C9C. Windows color (decimal): -5077035 or 13993906. OLE color: 13993906.

HSL color Cylindrical-coordinate representation of color #B287D5: hue angle of 273.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B287D5 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 135 213 -
CMYK 0.16 0.37 0 0.16
HSL 273.08º 0.48% 0.68% -
HSV(B) 273.08º 0.37% 0.84% -
XYZ 39.03 31.6 66.99 -
YUV 156.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 178 135 213 0.16 0.37 0 0.16 273.08 0.48 0.68
Hex B2 87 D5 10 25 0 10 111 30 44
Octal 262 207 325 20 45 0 20 421 60 104
Binary 10110010 10000111 11010101 10000 100101 0 10000 100010001 110000 1000100

Color Harmonies of #B287D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B287D5

Black with #B287D5

Text Example


Text Example

White with #B287D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B287D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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