Html Css Color HEX #B284E5 Biloba Flower

📋 copy color: '#B284E5'

red 178 ◦ green 132 ◦ blue 229

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

Shades of Biloba Flower #B284E5

Tints of Biloba Flower #B284E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.49%

R = 33.02%
G = 24.49%
B = 42.49%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B284E5 (or 0xB284E5) is known color: Biloba Flower. HEX triplet: B2, 84 and E5. RGB value is (178,132,229). Sum of RGB (Red+Green+Blue) = 178+132+229=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #B284E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284E5 is #4D7B1A. Grayscale: #9C9C9C. Windows color (decimal): -5077787 or 15041714. OLE color: 15041714.

HSL color Cylindrical-coordinate representation of color #B284E5: hue angle of 268.45º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B284E5 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 132 229 -
CMYK 0.22 0.42 0 0.10
HSL 268.45º 0.65% 0.71% -
HSV(B) 268.45º 0.42% 0.9% -
XYZ 40.75 31.62 78.08 -
YUV 156.81 168.74 143.11 -
System Red Green Blue C M Y K H S L
Decimal 178 132 229 0.22 0.42 0 0.10 268.45 0.65 0.71
Hex B2 84 E5 16 2A 0 A 10C 41 47
Octal 262 204 345 26 52 0 12 414 101 107
Binary 10110010 10000100 11100101 10110 101010 0 1010 100001100 1000001 1000111

Color Harmonies of #B284E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B284E5

Black with #B284E5

Text Example


Text Example

White with #B284E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B284E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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