Html Css Color HEX #B28EFD Biloba Flower

📋 copy color: '#B28EFD'

red 178 ◦ green 142 ◦ blue 253

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

Shades of Biloba Flower #B28EFD

Tints of Biloba Flower #B28EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.78%

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 31.06%
G = 24.78%
B = 44.15%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B28EFD (or 0xB28EFD) is known color: Biloba Flower. HEX triplet: B2, 8E and FD. RGB value is (178,142,253). Sum of RGB (Red+Green+Blue) = 178+142+253=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #B28EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EFD is #4D7102. Grayscale: #A5A5A5. Windows color (decimal): -5075203 or 16617138. OLE color: 16617138.

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

Color convert

RGB 178 142 253 -
CMYK 0.30 0.44 0 0.01
HSL 259.46º 0.97% 0.77% -
HSV(B) 259.46º 0.44% 0.99% -
XYZ 45.76 35.9 97.45 -
YUV 165.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 178 142 253 0.30 0.44 0 0.01 259.46 0.97 0.77
Hex B2 8E FD 1E 2C 0 1 103 61 4D
Octal 262 216 375 36 54 0 1 403 141 115
Binary 10110010 10001110 11111101 11110 101100 0 1 100000011 1100001 1001101

Color Harmonies of #B28EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EFD

Black with #B28EFD

Text Example


Text Example

White with #B28EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EFD; }

 p { color: rgb(178,142,253); }

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

background-color css

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

 a { background-color: rgb(178,142,253); }

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

border-color css

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

 span { border-color: rgb(178,142,253); }

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