Html Css Color HEX #B28FFF Biloba Flower

📋 copy color: '#B28FFF'

red 178 ◦ green 143 ◦ blue 255

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

Shades of Biloba Flower #B28FFF

Tints of Biloba Flower #B28FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.27%

R = 30.9%
G = 24.83%
B = 44.27%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B28FFF (or 0xB28FFF) is known color: Biloba Flower. HEX triplet: B2, 8F and FF. RGB value is (178,143,255). Sum of RGB (Red+Green+Blue) = 178+143+255=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #B28FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FFF is #4D7000. Grayscale: #A5A5A5. Windows color (decimal): -5074945 or 16748466. OLE color: 16748466.

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

Color convert

RGB 178 143 255 -
CMYK 0.30 0.44 0 0
HSL 258.75º 1% 0.78% -
HSV(B) 258.75º 0.44% 1% -
XYZ 46.23 36.33 99.18 -
YUV 166.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 178 143 255 0.30 0.44 0 0 258.75 1 0.78
Hex B2 8F FF 1E 2C 0 0 103 64 4E
Octal 262 217 377 36 54 0 0 403 144 116
Binary 10110010 10001111 11111111 11110 101100 0 0 100000011 1100100 1001110

Color Harmonies of #B28FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FFF

Black with #B28FFF

Text Example


Text Example

White with #B28FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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