Html Css Color HEX #B28DF0 Biloba Flower

📋 copy color: '#B28DF0'

red 178 ◦ green 141 ◦ blue 240

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

Shades of Biloba Flower #B28DF0

Tints of Biloba Flower #B28DF0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.22%

 BLUE value IS 240 (94.14% from 255) = 42.93%

R = 31.84%
G = 25.22%
B = 42.93%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B28DF0 (or 0xB28DF0) is known color: Biloba Flower. HEX triplet: B2, 8D and F0. RGB value is (178,141,240). Sum of RGB (Red+Green+Blue) = 178+141+240=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #B28DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DF0 is #4D720F. Grayscale: #A2A2A2. Windows color (decimal): -5075472 or 15764914. OLE color: 15764914.

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

Color convert

RGB 178 141 240 -
CMYK 0.26 0.41 0 0.06
HSL 262.42º 0.77% 0.75% -
HSV(B) 262.42º 0.41% 0.94% -
XYZ 43.61 34.81 86.86 -
YUV 163.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 178 141 240 0.26 0.41 0 0.06 262.42 0.77 0.75
Hex B2 8D F0 1A 29 0 6 106 4D 4B
Octal 262 215 360 32 51 0 6 406 115 113
Binary 10110010 10001101 11110000 11010 101001 0 110 100000110 1001101 1001011

Color Harmonies of #B28DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DF0

Black with #B28DF0

Text Example


Text Example

White with #B28DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DF0; }

 p { color: rgb(178,141,240); }

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

background-color css

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

 a { background-color: rgb(178,141,240); }

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

border-color css

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

 span { border-color: rgb(178,141,240); }

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