Html Css Color HEX #B488E7 Biloba Flower

📋 copy color: '#B488E7'

red 180 ◦ green 136 ◦ blue 231

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

Shades of Biloba Flower #B488E7

Tints of Biloba Flower #B488E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.23%

R = 32.91%
G = 24.86%
B = 42.23%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B488E7 (or 0xB488E7) is known color: Biloba Flower. HEX triplet: B4, 88 and E7. RGB value is (180,136,231). Sum of RGB (Red+Green+Blue) = 180+136+231=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #B488E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488E7 is #4B7718. Grayscale: #9F9F9F. Windows color (decimal): -4945689 or 15173812. OLE color: 15173812.

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

Color convert

RGB 180 136 231 -
CMYK 0.22 0.41 0 0.09
HSL 267.79º 0.66% 0.72% -
HSV(B) 267.79º 0.41% 0.91% -
XYZ 42.05 33.08 79.77 -
YUV 159.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 180 136 231 0.22 0.41 0 0.09 267.79 0.66 0.72
Hex B4 88 E7 16 29 0 9 10C 42 48
Octal 264 210 347 26 51 0 11 414 102 110
Binary 10110100 10001000 11100111 10110 101001 0 1001 100001100 1000010 1001000

Color Harmonies of #B488E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488E7

Black with #B488E7

Text Example


Text Example

White with #B488E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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