Html Css Color HEX #B290DF Biloba Flower

📋 copy color: '#B290DF'

red 178 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #B290DF

Tints of Biloba Flower #B290DF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.42%

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 32.66%
G = 26.42%
B = 40.92%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B290DF (or 0xB290DF) is known color: Biloba Flower. HEX triplet: B2, 90 and DF. RGB value is (178,144,223). Sum of RGB (Red+Green+Blue) = 178+144+223=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #B290DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290DF is #4D6F20. Grayscale: #A2A2A2. Windows color (decimal): -5074721 or 14651570. OLE color: 14651570.

HSL color Cylindrical-coordinate representation of color #B290DF: hue angle of 265.82º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B290DF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 144 223 -
CMYK 0.20 0.35 0 0.13
HSL 265.82º 0.55% 0.72% -
HSV(B) 265.82º 0.35% 0.87% -
XYZ 41.65 34.74 74.32 -
YUV 163.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 178 144 223 0.20 0.35 0 0.13 265.82 0.55 0.72
Hex B2 90 DF 14 23 0 D 10A 37 48
Octal 262 220 337 24 43 0 15 412 67 110
Binary 10110010 10010000 11011111 10100 100011 0 1101 100001010 110111 1001000

Color Harmonies of #B290DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290DF

Black with #B290DF

Text Example


Text Example

White with #B290DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290DF; }

 p { color: rgb(178,144,223); }

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

background-color css

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

 a { background-color: rgb(178,144,223); }

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

border-color css

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

 span { border-color: rgb(178,144,223); }

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