Html Css Color HEX #B28CFE Biloba Flower

📋 copy color: '#B28CFE'

red 178 ◦ green 140 ◦ blue 254

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

Shades of Biloba Flower #B28CFE

Tints of Biloba Flower #B28CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 31.12%
G = 24.48%
B = 44.41%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B28CFE (or 0xB28CFE) is known color: Biloba Flower. HEX triplet: B2, 8C and FE. RGB value is (178,140,254). Sum of RGB (Red+Green+Blue) = 178+140+254=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #B28CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CFE is #4D7301. Grayscale: #A3A3A3. Windows color (decimal): -5075714 or 16682162. OLE color: 16682162.

HSL color Cylindrical-coordinate representation of color #B28CFE: hue angle of 260º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28CFE is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 140 254 -
CMYK 0.30 0.45 0 0.00
HSL 260º 0.98% 0.77% -
HSV(B) 260º 0.45% 1% -
XYZ 45.63 35.38 98.19 -
YUV 164.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 178 140 254 0.30 0.45 0 0.00 260 0.98 0.77
Hex B2 8C FE 1E 2D 0 0 104 62 4D
Octal 262 214 376 36 55 0 0 404 142 115
Binary 10110010 10001100 11111110 11110 101101 0 0 100000100 1100010 1001101

Color Harmonies of #B28CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CFE

Black with #B28CFE

Text Example


Text Example

White with #B28CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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