Html Css Color HEX #B28AFB Biloba Flower

📋 copy color: '#B28AFB'

red 178 ◦ green 138 ◦ blue 251

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

Shades of Biloba Flower #B28AFB

Tints of Biloba Flower #B28AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 31.39%
G = 24.34%
B = 44.27%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B28AFB (or 0xB28AFB) is known color: Biloba Flower. HEX triplet: B2, 8A and FB. RGB value is (178,138,251). Sum of RGB (Red+Green+Blue) = 178+138+251=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #B28AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AFB is #4D7504. Grayscale: #A2A2A2. Windows color (decimal): -5076229 or 16485042. OLE color: 16485042.

HSL color Cylindrical-coordinate representation of color #B28AFB: hue angle of 261.24º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28AFB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 138 251 -
CMYK 0.29 0.45 0 0.02
HSL 261.24º 0.93% 0.76% -
HSV(B) 261.24º 0.45% 0.98% -
XYZ 44.86 34.61 95.58 -
YUV 162.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 178 138 251 0.29 0.45 0 0.02 261.24 0.93 0.76
Hex B2 8A FB 1D 2D 0 2 105 5D 4C
Octal 262 212 373 35 55 0 2 405 135 114
Binary 10110010 10001010 11111011 11101 101101 0 10 100000101 1011101 1001100

Color Harmonies of #B28AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28AFB

Black with #B28AFB

Text Example


Text Example

White with #B28AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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