Html Css Color HEX #B284EA Biloba Flower

📋 copy color: '#B284EA'

red 178 ◦ green 132 ◦ blue 234

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

Shades of Biloba Flower #B284EA

Tints of Biloba Flower #B284EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 32.72%
G = 24.26%
B = 43.01%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B284EA (or 0xB284EA) is known color: Biloba Flower. HEX triplet: B2, 84 and EA. RGB value is (178,132,234). Sum of RGB (Red+Green+Blue) = 178+132+234=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #B284EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284EA is #4D7B15. Grayscale: #9D9D9D. Windows color (decimal): -5077782 or 15369394. OLE color: 15369394.

HSL color Cylindrical-coordinate representation of color #B284EA: hue angle of 267.06º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B284EA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 132 234 -
CMYK 0.24 0.44 0 0.08
HSL 267.06º 0.71% 0.72% -
HSV(B) 267.06º 0.44% 0.92% -
XYZ 41.46 31.91 81.82 -
YUV 157.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 178 132 234 0.24 0.44 0 0.08 267.06 0.71 0.72
Hex B2 84 EA 18 2C 0 8 10B 47 48
Octal 262 204 352 30 54 0 10 413 107 110
Binary 10110010 10000100 11101010 11000 101100 0 1000 100001011 1000111 1001000

Color Harmonies of #B284EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B284EA

Black with #B284EA

Text Example


Text Example

White with #B284EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B284EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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