Html Css Color HEX #B28DFB Biloba Flower

📋 copy color: '#B28DFB'

red 178 ◦ green 141 ◦ blue 251

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

Shades of Biloba Flower #B28DFB

Tints of Biloba Flower #B28DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 31.23%
G = 24.74%
B = 44.04%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B28DFB (or 0xB28DFB) is known color: Biloba Flower. HEX triplet: B2, 8D and FB. RGB value is (178,141,251). Sum of RGB (Red+Green+Blue) = 178+141+251=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #B28DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DFB is #4D7204. Grayscale: #A4A4A4. Windows color (decimal): -5075461 or 16485810. OLE color: 16485810.

HSL color Cylindrical-coordinate representation of color #B28DFB: hue angle of 260.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28DFB is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 141 251 -
CMYK 0.29 0.44 0 0.02
HSL 260.18º 0.93% 0.77% -
HSV(B) 260.18º 0.44% 0.98% -
XYZ 45.3 35.48 95.73 -
YUV 164.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 178 141 251 0.29 0.44 0 0.02 260.18 0.93 0.77
Hex B2 8D FB 1D 2C 0 2 104 5D 4D
Octal 262 215 373 35 54 0 2 404 135 115
Binary 10110010 10001101 11111011 11101 101100 0 10 100000100 1011101 1001101

Color Harmonies of #B28DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DFB

Black with #B28DFB

Text Example


Text Example

White with #B28DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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