Html Css Color HEX #B28ADA Biloba Flower

📋 copy color: '#B28ADA'

red 178 ◦ green 138 ◦ blue 218

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

Shades of Biloba Flower #B28ADA

Tints of Biloba Flower #B28ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 33.33%
G = 25.84%
B = 40.82%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B28ADA (or 0xB28ADA) is known color: Biloba Flower. HEX triplet: B2, 8A and DA. RGB value is (178,138,218). Sum of RGB (Red+Green+Blue) = 178+138+218=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #B28ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ADA is #4D7525. Grayscale: #9E9E9E. Windows color (decimal): -5076262 or 14322354. OLE color: 14322354.

HSL color Cylindrical-coordinate representation of color #B28ADA: hue angle of 270º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B28ADA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 138 218 -
CMYK 0.18 0.37 0 0.15
HSL 270º 0.52% 0.7% -
HSV(B) 270º 0.37% 0.85% -
XYZ 40.1 32.7 70.53 -
YUV 159.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 178 138 218 0.18 0.37 0 0.15 270 0.52 0.7
Hex B2 8A DA 12 25 0 F 10E 34 46
Octal 262 212 332 22 45 0 17 416 64 106
Binary 10110010 10001010 11011010 10010 100101 0 1111 100001110 110100 1000110

Color Harmonies of #B28ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28ADA

Black with #B28ADA

Text Example


Text Example

White with #B28ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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