Html Css Color HEX #B390DD Biloba Flower

📋 copy color: '#B390DD'

red 179 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #B390DD

Tints of Biloba Flower #B390DD

RGB

 RED value IS 179 (70.31% from 255) = 32.9%

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 32.9%
G = 26.47%
B = 40.63%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B390DD (or 0xB390DD) is known color: Biloba Flower. HEX triplet: B3, 90 and DD. RGB value is (179,144,221). Sum of RGB (Red+Green+Blue) = 179+144+221=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B390DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390DD is #4C6F22. Grayscale: #A2A2A2. Windows color (decimal): -5009187 or 14520499. OLE color: 14520499.

HSL color Cylindrical-coordinate representation of color #B390DD: hue angle of 267.27º degrees, saturation: 0.53, 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 #B390DD is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 144 221 -
CMYK 0.19 0.35 0 0.13
HSL 267.27º 0.53% 0.72% -
HSV(B) 267.27º 0.35% 0.87% -
XYZ 41.61 34.75 72.92 -
YUV 163.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 179 144 221 0.19 0.35 0 0.13 267.27 0.53 0.72
Hex B3 90 DD 13 23 0 D 10B 35 48
Octal 263 220 335 23 43 0 15 413 65 110
Binary 10110011 10010000 11011101 10011 100011 0 1101 100001011 110101 1001000

Color Harmonies of #B390DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390DD

Black with #B390DD

Text Example


Text Example

White with #B390DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390DD; }

 p { color: rgb(179,144,221); }

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

background-color css

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

 a { background-color: rgb(179,144,221); }

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

border-color css

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

 span { border-color: rgb(179,144,221); }

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