Html Css Color HEX #B28BF0 Biloba Flower

📋 copy color: '#B28BF0'

red 178 ◦ green 139 ◦ blue 240

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

Shades of Biloba Flower #B28BF0

Tints of Biloba Flower #B28BF0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.96%

 BLUE value IS 240 (94.14% from 255) = 43.09%

R = 31.96%
G = 24.96%
B = 43.09%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B28BF0 (or 0xB28BF0) is known color: Biloba Flower. HEX triplet: B2, 8B and F0. RGB value is (178,139,240). Sum of RGB (Red+Green+Blue) = 178+139+240=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #B28BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BF0 is #4D740F. Grayscale: #A1A1A1. Windows color (decimal): -5075984 or 15764402. OLE color: 15764402.

HSL color Cylindrical-coordinate representation of color #B28BF0: hue angle of 263.17º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B28BF0 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 139 240 -
CMYK 0.26 0.42 0 0.06
HSL 263.17º 0.77% 0.74% -
HSV(B) 263.17º 0.42% 0.94% -
XYZ 43.32 34.22 86.76 -
YUV 162.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 178 139 240 0.26 0.42 0 0.06 263.17 0.77 0.74
Hex B2 8B F0 1A 2A 0 6 107 4D 4A
Octal 262 213 360 32 52 0 6 407 115 112
Binary 10110010 10001011 11110000 11010 101010 0 110 100000111 1001101 1001010

Color Harmonies of #B28BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BF0

Black with #B28BF0

Text Example


Text Example

White with #B28BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BF0; }

 p { color: rgb(178,139,240); }

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

background-color css

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

 a { background-color: rgb(178,139,240); }

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

border-color css

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

 span { border-color: rgb(178,139,240); }

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