Html Css Color HEX #B488E6 Biloba Flower

📋 copy color: '#B488E6'

red 180 ◦ green 136 ◦ blue 230

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

Shades of Biloba Flower #B488E6

Tints of Biloba Flower #B488E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.12%

R = 32.97%
G = 24.91%
B = 42.12%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B488E6 (or 0xB488E6) is known color: Biloba Flower. HEX triplet: B4, 88 and E6. RGB value is (180,136,230). Sum of RGB (Red+Green+Blue) = 180+136+230=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #B488E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488E6 is #4B7719. Grayscale: #9F9F9F. Windows color (decimal): -4945690 or 15108276. OLE color: 15108276.

HSL color Cylindrical-coordinate representation of color #B488E6: hue angle of 268.09º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B488E6 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 136 230 -
CMYK 0.22 0.41 0 0.10
HSL 268.09º 0.65% 0.72% -
HSV(B) 268.09º 0.41% 0.9% -
XYZ 41.91 33.02 79.03 -
YUV 159.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 180 136 230 0.22 0.41 0 0.10 268.09 0.65 0.72
Hex B4 88 E6 16 29 0 A 10C 41 48
Octal 264 210 346 26 51 0 12 414 101 110
Binary 10110100 10001000 11100110 10110 101001 0 1010 100001100 1000001 1001000

Color Harmonies of #B488E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488E6

Black with #B488E6

Text Example


Text Example

White with #B488E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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