Html Css Color HEX #B28CFB Biloba Flower

📋 copy color: '#B28CFB'

red 178 ◦ green 140 ◦ blue 251

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

Shades of Biloba Flower #B28CFB

Tints of Biloba Flower #B28CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.6%

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

R = 31.28%
G = 24.6%
B = 44.11%

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

#B28CFB (or 0xB28CFB) is known color: Biloba Flower. HEX triplet: B2, 8C and FB. RGB value is (178,140,251). Sum of RGB (Red+Green+Blue) = 178+140+251=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #B28CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CFB is #4D7304. Grayscale: #A3A3A3. Windows color (decimal): -5075717 or 16485554. OLE color: 16485554.

HSL color Cylindrical-coordinate representation of color #B28CFB: hue angle of 260.54º 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 #B28CFB is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 140 251 -
CMYK 0.29 0.44 0 0.02
HSL 260.54º 0.93% 0.77% -
HSV(B) 260.54º 0.44% 0.98% -
XYZ 45.15 35.19 95.68 -
YUV 164.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 178 140 251 0.29 0.44 0 0.02 260.54 0.93 0.77
Hex B2 8C FB 1D 2C 0 2 105 5D 4D
Octal 262 214 373 35 54 0 2 405 135 115
Binary 10110010 10001100 11111011 11101 101100 0 10 100000101 1011101 1001101

Color Harmonies of #B28CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CFB

Black with #B28CFB

Text Example


Text Example

White with #B28CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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