Html Css Color HEX #B284DF Biloba Flower

📋 copy color: '#B284DF'

red 178 ◦ green 132 ◦ blue 223

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

Shades of Biloba Flower #B284DF

Tints of Biloba Flower #B284DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 33.4%
G = 24.77%
B = 41.84%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B284DF (or 0xB284DF) is known color: Biloba Flower. HEX triplet: B2, 84 and DF. RGB value is (178,132,223). Sum of RGB (Red+Green+Blue) = 178+132+223=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #B284DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284DF is #4D7B20. Grayscale: #9B9B9B. Windows color (decimal): -5077793 or 14648498. OLE color: 14648498.

HSL color Cylindrical-coordinate representation of color #B284DF: hue angle of 270.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B284DF is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 132 223 -
CMYK 0.20 0.41 0 0.13
HSL 270.33º 0.59% 0.7% -
HSV(B) 270.33º 0.41% 0.87% -
XYZ 39.93 31.3 73.75 -
YUV 156.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 178 132 223 0.20 0.41 0 0.13 270.33 0.59 0.7
Hex B2 84 DF 14 29 0 D 10E 3B 46
Octal 262 204 337 24 51 0 15 416 73 106
Binary 10110010 10000100 11011111 10100 101001 0 1101 100001110 111011 1000110

Color Harmonies of #B284DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B284DF

Black with #B284DF

Text Example


Text Example

White with #B284DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B284DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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