Html Css Color HEX #B488DA Biloba Flower

📋 copy color: '#B488DA'

red 180 ◦ green 136 ◦ blue 218

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

Shades of Biloba Flower #B488DA

Tints of Biloba Flower #B488DA

RGB

 RED value IS 180 (70.7% from 255) = 33.71%

 GREEN value IS 136 (53.52% from 255) = 25.47%

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

R = 33.71%
G = 25.47%
B = 40.82%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B488DA (or 0xB488DA) is known color: Biloba Flower. HEX triplet: B4, 88 and DA. RGB value is (180,136,218). Sum of RGB (Red+Green+Blue) = 180+136+218=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 136 (53.52% from 255 or 25.47% 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 #B488DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488DA is #4B7725. Grayscale: #9E9E9E. Windows color (decimal): -4945702 or 14321844. OLE color: 14321844.

HSL color Cylindrical-coordinate representation of color #B488DA: hue angle of 272.2º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B488DA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 136 218 -
CMYK 0.17 0.38 0 0.15
HSL 272.2º 0.53% 0.69% -
HSV(B) 272.2º 0.38% 0.85% -
XYZ 40.28 32.37 70.46 -
YUV 158.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 180 136 218 0.17 0.38 0 0.15 272.2 0.53 0.69
Hex B4 88 DA 11 26 0 F 110 35 45
Octal 264 210 332 21 46 0 17 420 65 105
Binary 10110100 10001000 11011010 10001 100110 0 1111 100010000 110101 1000101

Color Harmonies of #B488DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488DA

Black with #B488DA

Text Example


Text Example

White with #B488DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488DA; }

 p { color: rgb(180,136,218); }

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

background-color css

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

 a { background-color: rgb(180,136,218); }

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

border-color css

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

 span { border-color: rgb(180,136,218); }

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