Html Css Color HEX #B284EF Biloba Flower

📋 copy color: '#B284EF'

red 178 ◦ green 132 ◦ blue 239

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

Shades of Biloba Flower #B284EF

Tints of Biloba Flower #B284EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 32.42%
G = 24.04%
B = 43.53%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B284EF (or 0xB284EF) is known color: Biloba Flower. HEX triplet: B2, 84 and EF. RGB value is (178,132,239). Sum of RGB (Red+Green+Blue) = 178+132+239=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #B284EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284EF is #4D7B10. Grayscale: #9D9D9D. Windows color (decimal): -5077777 or 15697074. OLE color: 15697074.

HSL color Cylindrical-coordinate representation of color #B284EF: hue angle of 265.79º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B284EF is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 132 239 -
CMYK 0.26 0.45 0 0.06
HSL 265.79º 0.77% 0.73% -
HSV(B) 265.79º 0.45% 0.94% -
XYZ 42.19 32.2 85.65 -
YUV 157.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 178 132 239 0.26 0.45 0 0.06 265.79 0.77 0.73
Hex B2 84 EF 1A 2D 0 6 10A 4D 49
Octal 262 204 357 32 55 0 6 412 115 111
Binary 10110010 10000100 11101111 11010 101101 0 110 100001010 1001101 1001001

Color Harmonies of #B284EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B284EF

Black with #B284EF

Text Example


Text Example

White with #B284EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B284EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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