Html Css Color HEX #B28AFC Biloba Flower

📋 copy color: '#B28AFC'

red 178 ◦ green 138 ◦ blue 252

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

Shades of Biloba Flower #B28AFC

Tints of Biloba Flower #B28AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.37%

R = 31.34%
G = 24.3%
B = 44.37%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B28AFC (or 0xB28AFC) is known color: Biloba Flower. HEX triplet: B2, 8A and FC. RGB value is (178,138,252). Sum of RGB (Red+Green+Blue) = 178+138+252=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #B28AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AFC is #4D7503. Grayscale: #A2A2A2. Windows color (decimal): -5076228 or 16550578. OLE color: 16550578.

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

Color convert

RGB 178 138 252 -
CMYK 0.29 0.45 0 0.01
HSL 261.05º 0.95% 0.76% -
HSV(B) 261.05º 0.45% 0.99% -
XYZ 45.02 34.67 96.41 -
YUV 162.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 178 138 252 0.29 0.45 0 0.01 261.05 0.95 0.76
Hex B2 8A FC 1D 2D 0 1 105 5F 4C
Octal 262 212 374 35 55 0 1 405 137 114
Binary 10110010 10001010 11111100 11101 101101 0 1 100000101 1011111 1001100

Color Harmonies of #B28AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28AFC

Black with #B28AFC

Text Example


Text Example

White with #B28AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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