Html Css Color HEX #B285DF Biloba Flower

📋 copy color: '#B285DF'

red 178 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #B285DF

Tints of Biloba Flower #B285DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.91%

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

R = 33.33%
G = 24.91%
B = 41.76%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B285DF (or 0xB285DF) is known color: Biloba Flower. HEX triplet: B2, 85 and DF. RGB value is (178,133,223). Sum of RGB (Red+Green+Blue) = 178+133+223=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #B285DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285DF is #4D7A20. Grayscale: #9C9C9C. Windows color (decimal): -5077537 or 14648754. OLE color: 14648754.

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

Color convert

RGB 178 133 223 -
CMYK 0.20 0.40 0 0.13
HSL 270º 0.58% 0.7% -
HSV(B) 270º 0.4% 0.87% -
XYZ 40.07 31.57 73.79 -
YUV 156.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 178 133 223 0.20 0.40 0 0.13 270 0.58 0.7
Hex B2 85 DF 14 28 0 D 10E 3A 46
Octal 262 205 337 24 50 0 15 416 72 106
Binary 10110010 10000101 11011111 10100 101000 0 1101 100001110 111010 1000110

Color Harmonies of #B285DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B285DF

Black with #B285DF

Text Example


Text Example

White with #B285DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B285DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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