Html Css Color HEX #B28AD4 Biloba Flower

📋 copy color: '#B28AD4'

red 178 ◦ green 138 ◦ blue 212

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

Shades of Biloba Flower #B28AD4

Tints of Biloba Flower #B28AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.15%

R = 33.71%
G = 26.14%
B = 40.15%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B28AD4 (or 0xB28AD4) is known color: Biloba Flower. HEX triplet: B2, 8A and D4. RGB value is (178,138,212). Sum of RGB (Red+Green+Blue) = 178+138+212=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #B28AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28AD4 is #4D752B. Grayscale: #9E9E9E. Windows color (decimal): -5076268 or 13929138. OLE color: 13929138.

HSL color Cylindrical-coordinate representation of color #B28AD4: hue angle of 272.43º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28AD4 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 138 212 -
CMYK 0.16 0.35 0 0.17
HSL 272.43º 0.46% 0.69% -
HSV(B) 272.43º 0.35% 0.83% -
XYZ 39.33 32.4 66.47 -
YUV 158.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 178 138 212 0.16 0.35 0 0.17 272.43 0.46 0.69
Hex B2 8A D4 10 23 0 11 110 2E 45
Octal 262 212 324 20 43 0 21 420 56 105
Binary 10110010 10001010 11010100 10000 100011 0 10001 100010000 101110 1000101

Color Harmonies of #B28AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28AD4

Black with #B28AD4

Text Example


Text Example

White with #B28AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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