Html Css Color HEX #B284E3 Biloba Flower

📋 copy color: '#B284E3'

red 178 ◦ green 132 ◦ blue 227

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

Shades of Biloba Flower #B284E3

Tints of Biloba Flower #B284E3

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.58%

 BLUE value IS 227 (89.06% from 255) = 42.27%

R = 33.15%
G = 24.58%
B = 42.27%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B284E3 (or 0xB284E3) is known color: Biloba Flower. HEX triplet: B2, 84 and E3. RGB value is (178,132,227). Sum of RGB (Red+Green+Blue) = 178+132+227=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #B284E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284E3 is #4D7B1C. Grayscale: #9C9C9C. Windows color (decimal): -5077789 or 14910642. OLE color: 14910642.

HSL color Cylindrical-coordinate representation of color #B284E3: hue angle of 269.05º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B284E3 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 132 227 -
CMYK 0.22 0.42 0 0.11
HSL 269.05º 0.63% 0.7% -
HSV(B) 269.05º 0.42% 0.89% -
XYZ 40.48 31.51 76.62 -
YUV 156.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 178 132 227 0.22 0.42 0 0.11 269.05 0.63 0.7
Hex B2 84 E3 16 2A 0 B 10D 3F 46
Octal 262 204 343 26 52 0 13 415 77 106
Binary 10110010 10000100 11100011 10110 101010 0 1011 100001101 111111 1000110

Color Harmonies of #B284E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B284E3

Black with #B284E3

Text Example


Text Example

White with #B284E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B284E3; }

 p { color: rgb(178,132,227); }

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

background-color css

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

 a { background-color: rgb(178,132,227); }

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

border-color css

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

 span { border-color: rgb(178,132,227); }

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