Html Css Color HEX #B287FE Biloba Flower

📋 copy color: '#B287FE'

red 178 ◦ green 135 ◦ blue 254

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

Shades of Biloba Flower #B287FE

Tints of Biloba Flower #B287FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 31.39%
G = 23.81%
B = 44.8%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B287FE (or 0xB287FE) is known color: Biloba Flower. HEX triplet: B2, 87 and FE. RGB value is (178,135,254). Sum of RGB (Red+Green+Blue) = 178+135+254=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #B287FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B287FE is #4D7801. Grayscale: #A0A0A0. Windows color (decimal): -5076994 or 16680882. OLE color: 16680882.

HSL color Cylindrical-coordinate representation of color #B287FE: hue angle of 261.68º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B287FE is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 135 254 -
CMYK 0.30 0.47 0 0.00
HSL 261.68º 0.98% 0.76% -
HSV(B) 261.68º 0.47% 1% -
XYZ 44.91 33.95 97.95 -
YUV 161.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 178 135 254 0.30 0.47 0 0.00 261.68 0.98 0.76
Hex B2 87 FE 1E 2F 0 0 106 62 4C
Octal 262 207 376 36 57 0 0 406 142 114
Binary 10110010 10000111 11111110 11110 101111 0 0 100000110 1100010 1001100

Color Harmonies of #B287FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B287FE

Black with #B287FE

Text Example


Text Example

White with #B287FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B287FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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