Html Css Color HEX #B28AF5 Biloba Flower

📋 copy color: '#B28AF5'

red 178 ◦ green 138 ◦ blue 245

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

Shades of Biloba Flower #B28AF5

Tints of Biloba Flower #B28AF5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.6%

 BLUE value IS 245 (96.09% from 255) = 43.67%

R = 31.73%
G = 24.6%
B = 43.67%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B28AF5 (or 0xB28AF5) is known color: Biloba Flower. HEX triplet: B2, 8A and F5. RGB value is (178,138,245). Sum of RGB (Red+Green+Blue) = 178+138+245=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #B28AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AF5 is #4D750A. Grayscale: #A1A1A1. Windows color (decimal): -5076235 or 16091826. OLE color: 16091826.

HSL color Cylindrical-coordinate representation of color #B28AF5: hue angle of 262.43º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28AF5 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 138 245 -
CMYK 0.27 0.44 0 0.04
HSL 262.43º 0.84% 0.75% -
HSV(B) 262.43º 0.44% 0.96% -
XYZ 43.93 34.23 90.68 -
YUV 162.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 178 138 245 0.27 0.44 0 0.04 262.43 0.84 0.75
Hex B2 8A F5 1B 2C 0 4 106 54 4B
Octal 262 212 365 33 54 0 4 406 124 113
Binary 10110010 10001010 11110101 11011 101100 0 100 100000110 1010100 1001011

Color Harmonies of #B28AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28AF5

Black with #B28AF5

Text Example


Text Example

White with #B28AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28AF5; }

 p { color: rgb(178,138,245); }

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

background-color css

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

 a { background-color: rgb(178,138,245); }

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

border-color css

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

 span { border-color: rgb(178,138,245); }

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