Html Css Color HEX #B28FFE Biloba Flower

📋 copy color: '#B28FFE'

red 178 ◦ green 143 ◦ blue 254

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

Shades of Biloba Flower #B28FFE

Tints of Biloba Flower #B28FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.87%

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

R = 30.96%
G = 24.87%
B = 44.17%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B28FFE (or 0xB28FFE) is known color: Biloba Flower. HEX triplet: B2, 8F and FE. RGB value is (178,143,254). Sum of RGB (Red+Green+Blue) = 178+143+254=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #B28FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FFE is #4D7001. Grayscale: #A5A5A5. Windows color (decimal): -5074946 or 16682930. OLE color: 16682930.

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

Color convert

RGB 178 143 254 -
CMYK 0.30 0.44 0 0.00
HSL 258.92º 0.98% 0.78% -
HSV(B) 258.92º 0.44% 1% -
XYZ 46.07 36.27 98.34 -
YUV 166.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 178 143 254 0.30 0.44 0 0.00 258.92 0.98 0.78
Hex B2 8F FE 1E 2C 0 0 103 62 4E
Octal 262 217 376 36 54 0 0 403 142 116
Binary 10110010 10001111 11111110 11110 101100 0 0 100000011 1100010 1001110

Color Harmonies of #B28FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FFE

Black with #B28FFE

Text Example


Text Example

White with #B28FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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