Html Css Color HEX #B390CF Biloba Flower

📋 copy color: '#B390CF'

red 179 ◦ green 144 ◦ blue 207

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

Shades of Biloba Flower #B390CF

Tints of Biloba Flower #B390CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 33.77%
G = 27.17%
B = 39.06%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B390CF (or 0xB390CF) is known color: Biloba Flower. HEX triplet: B3, 90 and CF. RGB value is (179,144,207). Sum of RGB (Red+Green+Blue) = 179+144+207=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #B390CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390CF is #4C6F30. Grayscale: #A1A1A1. Windows color (decimal): -5009201 or 13602995. OLE color: 13602995.

HSL color Cylindrical-coordinate representation of color #B390CF: hue angle of 273.33º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B390CF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 144 207 -
CMYK 0.14 0.30 0 0.19
HSL 273.33º 0.4% 0.69% -
HSV(B) 273.33º 0.3% 0.81% -
XYZ 39.83 34.04 63.5 -
YUV 161.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 179 144 207 0.14 0.30 0 0.19 273.33 0.4 0.69
Hex B3 90 CF E 1E 0 13 111 28 45
Octal 263 220 317 16 36 0 23 421 50 105
Binary 10110011 10010000 11001111 1110 11110 0 10011 100010001 101000 1000101

Color Harmonies of #B390CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390CF

Black with #B390CF

Text Example


Text Example

White with #B390CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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